Main Content

hide

Class: Aero.Animation
Namespace: Aero

Hide animation figure

Syntax

hide(h)

Description

hide(h) hides (closes) the figure for the animation object h. Use the show function to display the animation object figure.

Input Arguments

expand all

Aerospace animation object, specified as an Aero.Animation object.

Examples

expand all

Hide the animation object figure that the Aero.Animation.show method displays.

h=Aero.Animation;
show(h);
hide(h);

Version History

Introduced in R2007a