Main Content

update

Class: Aero.Node
Namespace: Aero

Change node position and orientation versus time data

Simulink 3D Animation Viewer used by update has been removed. Aero.VirtualRealityAnimation does not open or play animations. Use sim3d classes in Unreal Engine 3d Environment to create and view a 3D environment instead. For more information on transitioning to the new 3D environment, see Transition Aero.VirtualRealityAnimation to Unreal Engine 3D Environment.

Syntax

update(h,t)

Description

update(h,t) changes the node position and the orientation of node h as a function of time t.

Note

This function requires that you load the node and time series data first.

Input Arguments

expand all

Aerospace node object, specified as an instance of the Aero.Node class.

Animation time, specified as a scalar, in seconds.

Data Types: double

Version History

Introduced in R2007b

expand all

See Also