| Data Acquisition Toolbox | Search  Help Desk |
| save | See Also |
Save device objects to a MAT-file.
Syntax
save file
save file, obj1, obj2,. . .
Description
save file saves all MATLAB variables to the MAT-file file. If an extension is not specified for file, then a .MAT extension is used.
save file, obj1, obj2,. . . saves the specified device objects to the MAT-file specified by file. If an extension is not specified for file, then a .MAT extension is used.
save can be used in the functional form as well as the command form shown above. When using the functional form, you must specify the file name and device objects as strings.
See Also
Functions
load