imagesc and movie file creation

1 次查看(过去 30 天)
George
George 2013-4-22
Hi
I have a question regarding the creation of a movie file using 'imagesc'.
I have created the follwoing program to produce a video.
%for n=1:10
%imagesc(r,z,T2);colorbar;
%title(['t=' num2str(t(n))]);
%pa=xlabel('X (\mum)') ;
%set(pa,'FontSize',20,'FontWeight','b');
%pa=ylabel('Y (\mum)') ;
%set(pa,'FontSize',20,'FontWeight','b');
%F(n) = getframe;
%end
unforunately when i play the video using the command movie(F) the resulting video does not either the axes or the colormap. How could i correct it?
regards
george
  1 个评论
Matt Kindig
Matt Kindig 2013-4-22
What exactly is the loop supposed to do? You are not changing the input to imagesc() each iteration, for one.
Does the title() update as it should?

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Images 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by