figure
Create or activate a chart sheet (figure window).
Syntax
Section titled “Syntax”h = figureh = figure(nFigID)h = figure(nFigID, name, value, ...)Description
Section titled “Description”Creates a new chart sheet (or activates an existing one with id nFigID) and returns a handle. Subsequent plotting commands target the active figure. Trailing name-value pairs set figure properties.
Examples
Section titled “Examples”figure % new figure with auto-assigned idfigure(2) % activate or create figure 2