Main Content
getLabelIndices
Get label indices pointing to label definitions in labeled signal set
Since R2022a
Description
returns a vector of indices idxs
= getLabelIndices(lss
)idxs
pointing to label definitions in
labeled signal set lss
. Use this function to obtain label definition
indices when you want to create feature data using createFeatureData
.
getLabelIndices(
returns a vector of indices pointing to label definitions in lss
,Name=Value
)lss
that
have a label type and frame policy equal to the values you specify using name-value
arguments. For example, LabelType="point"
returns indices for point label
definitions.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2022a