Shifting blocks of colour

2 views (last 30 days)
MParkie
MParkie on 21 Oct 2013
Commented: Image Analyst on 23 Oct 2013
I have a dynamical system on which I wish to apply a discrete time map. I have already complete the coding for a single particle for a chosen number of rotations, however I am having issues translating this to a code whereby I will assign thousands of points to be red or blue, then watch them evolve for some time t.
It has been suggested that the visualisation toolbox in Matlab might be useful, but I cannot seem to find any further details.
Can anyone please point me in the right direction?
Thank you

Answers (1)

Image Analyst
Image Analyst on 21 Oct 2013
There is no toolbox by that name that I'm aware of that is offered by the Mathworks - perhaps it's a third party toolbox in which case you'd have to ask the publisher. There are many visualization techniques in base MATLAB, so browse through the help and see if any look like something you may want.
  3 Comments
Image Analyst
Image Analyst on 21 Oct 2013
Perhaps scatter()? Or plot()?
Image Analyst
Image Analyst on 23 Oct 2013
Any more questions? If not, please mark answer as Accepted if we're done now.

Sign in to comment.

Categories

Find more on Simulink in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!