Home > freetb4matlab > plot > gtext.m

gtext

PURPOSE ^

% Places text on the current figure. The text can be defined by the

SYNOPSIS ^

function gtext (s, varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} gtext (@var{s})
% @deftypefnx {Function File} {} gtext (@dots{}, @var{prop}, @var{val})
% Places text on the current figure. The text can be defined by the
% string @var{s}. If @var{s} is a cell array, each element of the cell
% array is written to a separate line.
%
% Additional arguments are passed to the underlying text object as
% properties.
% @seealso{ginput}
% @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