PSM.Interface.parseRows

Parse rows for a PSM object


Syntax



Description

obj = obj.parseRows(rows, nRequired)

Error checks and records rows for a PSM object. Throws an error if the rows are not valid.

rows = <strong>obj.rows</strong> Returns the current rows of the PSM object.

obj = <strong>obj.rows</strong>(‘delete’) Deletes any previously specified rows from the PSM object.


Input Arguments

rows

numeric array [1 x nMembers x nEvolving]
The state vector rows that hold the inputs for the PSMs.

nRequired

numeric scalar
The number of state vector rows required to run the PSM

Output Arguments

obj

scalar PSM object
The PSM with updated rows

rows

numeric array [1 x nMembers x nEvolving]
The current rows for the PSM object.