|
Is there a way to plot directly into a matrix? without going through a figure and getframe.
I am drawing a series of images, each with different size (they are trajectories plotted by [x,y] locations), and need to have the number of pixels in them change (according to the max distance travelled). Some of them eend up larger than the screen resolution (after unit conversion), so I need to scale down and then imresize... That introduces a problem for me later on...
Plotting directly to a matrix would be best for me, but any other ideas will also be greatly appreciated!
Thanks,
Daphne
|