Copy online state estimation object
creates
a copy of the online state estimation object obj_clone
= clone(obj
)obj
with
the same property values.
If you want to copy an existing object and then modify properties of the copied object, use
the clone
command. Do not create additional objects using
syntax obj2 = obj
. Any changes made to the properties of the new
object created in this way (obj2
) also change the properties of
the original object (obj
).
correct
| extendedKalmanFilter
| initialize
| particleFilter
| predict
| unscentedKalmanFilter