make animation from several figure

Hello
A small question
I want to make a movie from this 5 figure ( something like animation )
i need help please
this is a quiet example juste for explanation
x = 0: 1 : 10 y = 0: 1 : 10
for i = 1:5 z=2*x*i+(i*0.5*y) figure (i) s=150 c = z; scatter(x,y,s,c,'fill','o') colorbar; xlabel('x') ylabel('y') caxis([0 120]) title('ESTIMATION'); end
thanks

카테고리

도움말 센터File Exchange에서 Animation에 대해 자세히 알아보기

질문:

2014년 6월 24일

답변:

2014년 6월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by