Main Content
uisave
Open dialog box for saving variables to MAT-file
Description
uisave
opens a modal
Save Workspace Variables dialog box. If the user clicks Save,
then MATLAB® saves all variables from the
user's workspace to the file displaying in the dialog box File
name field.
If the named file already exists in the folder displayed at the top of the dialog box, then a confirmation dialog box opens and gives the user an opportunity to cancel the operation or overwrite the existing file.
uisave(
specifies which variables
from the user's workspace to save.vars
)
Examples
Input Arguments
More About
Version History
Introduced before R2006a