Reset labels to default values
resetLabelValues(
resets all label
values for all members of the labeled signal set lss
)lss
.
resetLabelValues(
resets the values of label lss
,midx
,lblname
)lblname
for the signals in the member
specified by midx
. To reset a sublabel, make
lblname
a two-element string array or a two-element cell array of
character vectors, with the first element containing the parent label name and the second
element containing the sublabel name.
By default, the function resets all sublabels of a parent label. To target a sublabel
of an ROI or point parent label, specify the parent label row index using
ridx
.
resetLabelValues(___,'LabelRowIndex',
specifies the row index of the ROI or point parent label for which you want to reset a
sublabel value.ridx
)