get the video saved from a movie frame
3 次查看(过去 30 天)
显示 更早的评论
Hi, Can you provide me with source code lines to get a video saved in the file from a movie frame generated by this source code: for t=1:T mesh(data(:,:,t)); axis([-(ceil(dim/2)-1) floor(dim/2) -(ceil(dim/2)-1) floor(dim/2) -0.5 0.5]); M(t)=getframe; pause (0.05); end where data is a space-time signal varying over the time (T) and of size (dim,dim,T) Thank you in advance.
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!