MATLAB Function Reference |
Display standard dialog box for saving workspace variables
Syntax
Description
uisave
displays a dialog for saving workspace variables to a MAT-file, as shown in the figure below.
If you type a name in the File name field, such as my_vars
, and click Save, the dialog saves all workspace variables as my_vars.mat
.
See Also
uigetfile
, uiputfile
, uiopen
uiresume, uiwait | uisetcolor |
© 1994-2005 The MathWorks, Inc.