clone
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
).
示例
输入参数
Output Arguments
版本历史记录
在 R2016b 中推出