Graphics

Contents

Animation

Animates the manoever.

Sintax

GraphicsClass.Animation(XOUT, TOUT, saveit)

Arguments

The following table describes the input arguments:

XOUT Solution array. Each column corresponds to the solution of each state variable of the vehicle. The columns must respect the following variable order: [XT YT PSI dPSI VT ALPHAT (PHI dPHI)]
TOUT Column vector of time points.
saveit Flag for saving the animation in a gif file. If savit = 0 the animation will not be saved. If savit = 1 a file Animacao.gif is generated.

Description

Frame

Plots the sequence of frames of the vehicle manoever.

Sintax

GraphicsClass.Frame(XOUT, TOUT, saveit)

Arguments

The following table describes the input arguments:

XOUT Solution array. Each column corresponds to the solution of each state variable of the vehicle. The columns must respect the following variable order: [XT YT PSI dPSI VT ALPHAT (PHI dPHI)]
TOUT Column vector of time points.
saveit Flag for saving the trajectory image in a pdf file. If savit = 0 the image will not be saved. If savit = 1 a file Trajectory.pdf is generated.

Description

See Also

Home