adamjgnoel / AcCoRD

Actor-based Communication via Reaction-Diffusion. A molecular communication simulator. Simulates stochastic reaction-diffusion systems.
https://warwick.ac.uk/adamnoel/software/accord/
Other
12 stars 4 forks source link

Add generic Matlab scripts #21

Closed adamjgnoel closed 8 years ago

adamjgnoel commented 8 years ago

A number of common tasks should be implemented in generic Matlab files. For example:

  1. Plotting average simulation behavior
  2. Plotting simulation statistics
  3. Plotting receiver performance based on passive actor observations
  4. Visualize the regions and actors defined in a configuration file
  5. Generate video of a realization based on molecule locations
adamjgnoel commented 8 years ago

Code for visualizing a configuration file and making a video out of molecule observations is in progress.

adamjgnoel commented 8 years ago

Code to visualize environment and simulation output in figures and video now added to master branch.

adamjgnoel commented 8 years ago

Code to plot average observations and their distributions has been added with #72

adamjgnoel commented 8 years ago

Code to plot observation mutual information and generate mutual information of independent random variables has been added with #74.

Closing issue and creating separate one for plotting receiver performance