Main Content

play

Play tracking scenario recording in player

Since R2023a

Syntax

Description

example

play(TSR) plays the tracking scenario recording in the Tracking Scenario Player app. The app allows you to run, pause, step forward, step back, or jump to a specific time stamp.

Note

The play function has these limitations:

  • Specify the platform poses in the recording using Cartesian coordinates in a non-Earth-centered frame.

  • Use nonpositive z-coordinates of position to show platforms that are above ground level as the player uses the north-east-down (NED) reference frame.

Examples

collapse all

Load a trackingScenarioRecording object.

load("ATCrecording.mat","recording")

Play the first saved recording.

play(recording(1))

An app opens and the recording starts playing.

Input Arguments

collapse all

Tracking scenario recording, specified as a trackingScenarioRecording object.

Version History

Introduced in R2023a