Mike on the MATLAB Desktop

May 30th, 2011

MATLAB Mobile 1.3: Snapshot Preview

In MATLAB Mobile 1.3, we introduced snapshot preview. If you are not aware of this new feature, check it out in the video below!

The snapshot preview enables you to look at your figures while you are in the Command Window. This can be handy if you have several incremental steps in creating your figures. Snapshot preview also supports multiple figures. In previous versions, results only contained the final figure even if multiple figures are created. In MATLAB Mobile 1.3, you can quickly access all the created figures from the snapshot preview. To view figures in higher resolution or obtain datatips, you can still go to the Figures tab to access these live figures.

What do you think about snapshot preview or snapshots in general? Let us know!

Leave a Reply

Wrap code fragments inside <pre> tags, like this:

<pre class="code">
a = magic(3);
sum(a)
</pre>

If you have a "<" character in your code, either follow it with a space or replace it with "&lt;" (including the semicolon).


MathWorks
Mike works on the MATLAB Desktop team.

These postings are the author's and don't necessarily represent the opinions of The MathWorks.