MATLAB: Sequence of slice() images

3d plotsimage processing

How can I automatically save a sequence of slice() images? It doesn't seem to fall under the same approach that plot() images do

Best Answer

It is exactly the same, getframe() / imwrite(), or print(), or saveas()
Related Question