clone
Copy online state estimation object
Syntax
Description
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).
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2016b
See Also
predict | correct | extendedKalmanFilter | unscentedKalmanFilter | particleFilter | initialize