Home > freetb4matlab > plot > figure.m

figure

PURPOSE ^

% Set the current plot window to plot window @var{n}. If no arguments are

SYNOPSIS ^

function h = figure (varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} figure (@var{n})
% @deftypefnx {Function File} {} figure (@var{n}, @var{property}, @var{value}, @dots{})
% Set the current plot window to plot window @var{n}.  If no arguments are
% specified, the next available window number is chosen.
%
% Multiple property-value pairs may be specified for the figure, but they
% must appear in pairs.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003