Code covered by the BSD License
by Andrea Tagliasacchi
11 May 2011
Create figures by specifying a string identifier rather than a number
| Watch this File
MYFIGURE's behavior is very similar to figure. The first parameter however can be string instead of a number
For example, instead of calling:
>> figure(1) you can now conveniently use:
>> myfigure('error plot');
Contact us at files@mathworks.com