readFeatureTable
Read feature values, independent variables, and condition variables from an ensemble data set into a table
Since R2020a
Syntax
Description
readFeatureTable
is a function used in code generated by Diagnostic Feature
Designer.
uses the frame size and frame rate defined in ft
= readFeatureTable(ensemble
,framepolid
)FramePolicyID
to read
each frame interval when the function constructs the feature table. This syntax applies to
frame-based—also known as segmented—signal and feature computation.
specifies the features and variables to read using one or more name-value pair arguments.
For instance, if you use ft
= readFeatureTable(___,Name,Value
)ft =
readFeatureTable(ensemble,'ConditionVariables','FaultCode')
,
ft
contains only the 'FaultCode'
condition variable
but still includes all features and independent variables. You can use this syntax with any
of the input argument combinations in previous syntaxes.
Input Arguments
Output Arguments
Version History
Introduced in R2020a