Monday, March 16, 2009

capture frames from matlab plot

imshow(A);
F = getframe;
I = frame2im(F);
imwrite(I, ['c:\temp.bmp'], 'bmp');

0 Comments:

Post a Comment

<< Home