'getframe' and 'movie' with larger data

I have tried all sorts of things, including going back to a single monitor, and explicitly specifying the 'position' of the figure used by 'getframe' and 'movie'. Any suggestions as to what is happening here?
data_size = 10;
figure1 = figure; hold off;
u = repmat([1:1:10]',data_size,10); v = u*2;
for qq = 1:10 subplot1 = subplot(1,2,1,'Parent',figure1);

1 Comment

Jan
Jan on 7 Mar 2013
Edited: Jan on 7 Mar 2013
Please explain the similarities to the thread http://www.mathworks.com/matlabcentral/answers/66320-problem-using-getframe-and-movie-with-larger-data-sets . Why do two different persons post the same code?!

Sign in to comment.

Answers (0)

Categories

Asked:

on 7 Mar 2013

Community Treasure Hunt

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

Start Hunting!