How To Create A Movie (in Relation To Matlab)?
I have this code in matlab (in one function): ... m = size(myList, 3); for k = 1:m g = myList(:, :, k); image(g + 1) axis off axis square M(k) = getframe; end;
Solution 1:
There's a bunch of different ways, see the animation examples, here: http://matplotlib.sourceforge.net/examples/animation/index.html
Post a Comment for "How To Create A Movie (in Relation To Matlab)?"