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

Returns

None

Examples

% 1. This saves parameters to C:/myParameters.mat

P.saveParameters('C:/myParameters.mat');