copy
Create deep copy of state space object
Syntax
Description
Examples
Create Deep Copy of SE(3) State Space Object
Create a default SE(3) state space object.
space = stateSpaceSE3;
Specify weight for the quaternion distance in state space calculation.
space.WeightQuaternion = 2/3
space = stateSpaceSE3 with properties: Name: 'SE3' StateBounds: [7x2 double] NumStateVariables: 7 WeightXYZ: 1 WeightQuaternion: 0.6667
Create a deep copy of the state space object.
space2 = copy(space)
space2 = stateSpaceSE3 with properties: Name: 'SE3' StateBounds: [7x2 double] NumStateVariables: 7 WeightXYZ: 1 WeightQuaternion: 0.6667
Verify that the WeightQuaternion
property values of the two state space objects are equal.
isequal(space.WeightQuaternion,space2.WeightQuaternion)
ans = logical
1
Input Arguments
space1
— State space object
stateSpaceSE2
object | stateSpaceSE3
object | stateSpaceDubins
object | stateSpaceReedsShepp
object
State space object, specified as a stateSpaceSE2
,
stateSpaceSE3
,
stateSpaceDubins
, or stateSpaceReedsShepp
object.
Output Arguments
space2
— State space object
stateSpaceSE2
object | stateSpaceSE3
object | stateSpaceDubins
object | stateSpaceReedsShepp
object
State space object, returned as a stateSpaceSE2
,
stateSpaceSE3
,
stateSpaceDubins
, or stateSpaceReedsShepp
object.
Version History
Introduced in R2019b
See Also
stateSpaceSE2
| stateSpaceSE3
| stateSpaceDubins
| stateSpaceReedsShepp
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
Asia Pacific
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)