Clear Filters
Clear Filters

get the video saved from a movie frame

2 views (last 30 days)
kortas manel
kortas manel on 13 Sep 2017
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.

Answers (0)

Community Treasure Hunt

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

Start Hunting!