particleFilter.label

Return or set the label of an particleFilter object


Syntax



Description

label = obj.label

Returns the label of the current filter.

obj = obj.label(label)

Applies a new label to the filter.


Input Arguments

label

string scalar
A new label for the filter

Output Arguments

label

string scalar
The current label of the filter

obj

scalar particleFilter object
The particle filter with an updated label.