ProgramPulsePal()
Description
This function is the easiest way to program Pulse Pal - it sends the device the contents of a cell array matrix containing all valid parameters.
A template matrix is located in /PulsePal/Programs/
It looks like this:
Description
This function is the easiest way to program Pulse Pal - it sends the device the contents of a cell array matrix containing all valid parameters.
A template matrix is located in /PulsePal/Programs/
It looks like this:
The parameters in the matrix can also be programmed individually using the ProgramPulsePalParam function.
Each parameter is described in depth in the Parameter guide.
Syntax
ConfirmBit = ProgramPulsePal(ParameterMatrix)
Parameters
ParameterMatrix = a cell array (formatted as pictured in the table above)
Returns
ConfirmBit =
1 if matrix was sent successfully.
0 if an error occurred during transmission.
Example
load('C:\Users\JohnDoe\Documents\MATLAB\PulsePal 0_4\Programs\PulsePalProgram_Example.mat');
ProgramPulsePal(ParameterMatrix);