NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/gliderproc/trunk/MATLAB/plots/prstuff/SaveAs.m

Revision 495 (checked in by cbc, 12 years ago)

Initial import of Stark code.

Line 
1 function SaveAs()
2 %
3 % Abstract:
4 %    User interface to save current figure template as an m-file function.
5 %
6 % Usage:
7 %    >> SaveAs
8 %
9
10 %
11 % History:
12 %    o 15 August 1995 created function SaveAs as part of Prmenu,
13 %          by Sara Haines.
14 %
15
16 [filename, currentpath] = uiputfile('*.m', 'Save Template As', 100, 100);
17 SaveTemplate(currentpath, filename);
Note: See TracBrowser for help on using the browser.