[讨论] 想把程式录成影片

楼主: ip915010 ((@_@))   2018-12-21 15:41:24
我写了一类似光栅移动的效果,想把它转成影片,以下是我写的程式。
我想要利用循环储存50张下来,但是好像没办法。
clear;
r =100;
c =100;
d = 2;
a = 1;
%制作光栅
A = zeros( c , r );
a = a -1 ;
for n = 1:d:r
A(:,n:n+a) = 1;
end
imshow(A);
M(1)=getframe;
%让光栅往右移动
作者: shuncheng (shuncheng)   2018-12-21 15:49:00
应该是X的问题 循环外先assign好
楼主: ip915010 ((@_@))   2018-12-21 16:20:00
已解决,感谢

Links booklink

Contact Us: admin [ a t ] ucptt.com