theta
Description
Examples
Convert SE(2) Transformation to Angle
Create SE(2) transformation with a rotation defined by an angle pi/2
.
angle1 = pi/2
angle1 = 1.5708
T = se2(angle1,"theta")
T = se2
0.0000 -1.0000 0
1.0000 0.0000 0
0 0 1.0000
Get the rotation angle from the transformation.
angle2 = theta(T)
angle2 = 1.5708
Convert SO(2) Transformation to Angle
Create SO(2) rotation defined by an angle pi/2
.
angle1 = pi/2
angle1 = 1.5708
R = so2(angle1,"theta")
R = so2
0.0000 -1.0000
1.0000 0.0000
Get the rotation angle from the rotation.
angle2 = theta(R)
angle2 = 1.5708
Input Arguments
transformation
— Transformation
se2
object | N-by-M array of se2
objects
rotation
— Rotation
so2
object | N-by-M array of so2
objects
Output Arguments
angle
— Rotation angle
numeric scalar | N-by-M matrix
Rotation angle, returned as a numeric scalar for a scalar input and as an
N-by-M matrix for an array input.
N and M are the dimensions of the input
rotation
or transformation
argument. Each
element of the matrix is an angle, in radians, and each angle corresponds to a rotation
or transformation in the input at the same index location.
The rotation angle is counterclockwise positive when you look along the axis toward the origin.
Data Types: single
| double
Version History
Introduced in R2023a
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 (한국어)