states
R2026bObtain position and velocity of satellite or platform
Syntax
Description
returns
a 3-by-n-by-m array of the position history
pos = states(sat)pos of each satellite in the vector sat, where
n is the number of time samples and m is the number
of satellites. The rows represent the x, y, and
z coordinates of the satellite in the International Celestial Reference
Frame (ICRF) with respect to the celestial body specified by the CentralBody property of sat.
returns a 3-by-n-by-p array of the position history
pos = states(pltf)pos of each platform in the vector pltf, where
n is the number of time samples and p is the number
of platforms. The rows represent the x, y, and
z coordinates of the platform in the International Celestial Reference
Frame (ICRF) with respect to the celestial body specified by the CentralBody property of pltf.
[___] = states(___,
returns the outputs with additional options specified by one or more name-value
arguments.Name=Value)