ReferenceFrame
R2026bDescription
Add-On Required: This feature requires the 3D Scenarios add-on.
A ReferenceFrame object defines a coordinate system for
specifying position, orientation, and motion. Create a reference frame by using the geoframe, ecefframe, localframe, or
bodyframe
function.
Creation
Create a ReferenceFrame object by using one of these functions:
geoframe— Creates a geographic reference frame. Interprets position values using latitude, longitude, and height coordinates.ecefframe— Creates an Earth-centered, Earth-fixed reference frame. Interprets position values using Cartesian coordinates.localframe— Creates a local reference frame where the origin is at a specified geographic origin. Interprets position values using Cartesian coordinates.bodyframe— Creates a body reference frame aligned with the physical body of an actor. Interprets position values using Cartesian coordinates.
The creation functions set the properties of a ReferenceFrame object. See
the individual function reference pages for details.
Properties
Version History
Introduced in R2026b