saveParameters()
saveParameters()
Description
Saves the current parameters of the PulsePalDevice object to a file on the PC.
Saved parameter files can later be loaded to the object (and device) using loadParameters()
Syntax
saveParameters(filename)
Parameters
filename: The full path to the target file, including the filename and extension.
Using the .mat file extension will help MATLAB identify the file for easy import into the workspace if necessary
Returns
None
Examples
% 1. This saves parameters to C:/myParameters.mat
P.saveParameters('C:/myParameters.mat');