Main Content
initialize
Class: Aero.Animation
Namespace: Aero
Create animation object figure and axes and build patches for bodies
Syntax
initialize(h)
Description
initialize(
creates and initializes a figure
and axes for the animation object h
)h
and builds patches for the bodies
associated with the animation object. If an existing figure is present, this function:
Clears out the old figure and its patches.
Creates a new figure and axes with default values.
Repopulates the axes with new patches using the surface to patch data from each body.
Input Arguments
Examples
Version History
Introduced in R2007a