%%%%%%%%%%%%%%%%%
vidObj = VideoWriter('demo.avi');
vidObj.FrameRate = 10;
open( vidObj );
%%%%%%%%%%%%%%%%%%
writeVideo( vidObj, getframe(gcf) );
%%%%%%%%%%%%%%%%%%
close( vidObj );
'Enginius > Matlab' 카테고리의 다른 글
[cprintf] colored print in console (0) | 2014.02.20 |
---|---|
libsvm 을 사용하자 (0) | 2014.02.05 |
Simple Loop Indicator (0) | 2013.11.24 |
Reduce the Gap between SUBPLOT (subaxes) (3) | 2013.10.18 |
Get width and height automatically for SUBPLOT (get_wh4subplot) (0) | 2013.09.29 |