Home > freetb4matlab > plot > backend.m

backend

PURPOSE ^

% Change the default graphics backend to @var{name}. If the backend is

SYNOPSIS ^

function backend (varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn  {Function File} {} backend (@var{name})
% @deftypefnx {Function File} {} backend (@var{hlist}, @var{name})
% Change the default graphics backend to @var{name}.  If the backend is
% not already loaded, it is first initialized (initialization is done
% through the execution of __init_@var{name}__).
%
% @var{hlist} is a list of figure handles.  When given, this function
% only switches the default backend for the corresponding figures.
% @seealso{available_backends}
% @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