Save the Instrument Object
You can save the instrument object in any of these ways:
- The MATLAB workspace - Save the instrument object to the MATLAB workspace
using the specified variable name.
- An M-file - Save the instrument object to the specified M-file.
The M-file contains:
- The instrument object creation function.
- A single set command for each configurable property.
You can load the instrument object into the MATLAB workspace by running the M-file.
- A MAT-file - Save the instrument object to the specified MAT-file.
You can load the instrument object into the MATLAB workspace with the LOAD command.