dash.ensembleFilter.observations
Process the observations for a filter object
Syntax
Description
Processes options for observations for a filter object. Returns the appropriate outputs collected in a cell, and a string indicating the type of operation performed.
Returns the current observation matrix.
Error checks the input observation matrix and overwrites any previously existing observations. Returns the updated filter object.
Deletes any current observations and returns the updated filter object.
Input Arguments
header
string scalar
Header for thrown error IDs
Y
numeric matrix [nSite x nTime]
Observations for the filter
Output Arguments
outputs
cell scalar
Varargout-style outputs
type
‘return’|’set’|’delete’
Indicates the type of operation
obsCell
cell scalar {Y}
The current observations in a cell
objCell
cell scalar {obj}
The updated object in a cell