Home > freetb4matlab > plot > text.m

text

PURPOSE ^

% Create a text object with text @var{label} at position @var{x},

SYNOPSIS ^

function h = text (varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{h} =} text (@var{x}, @var{y}, @var{label})
% @deftypefnx {Function File} {@var{h} =} text (@var{x}, @var{y}, @var{z}, @var{label})
% @deftypefnx {Function File} {@var{h} =} text (@var{x}, @var{y}, @var{label}, @var{p1}, @var{v1}, @dots{})
% @deftypefnx {Function File} {@var{h} =} text (@var{x}, @var{y}, @var{z}, @var{label}, @var{p1}, @var{v1}, @dots{})
% Create a text object with text @var{label} at position @var{x},
% @var{y}, @var{z} on the current axes.  Property-value pairs following
% @var{label} may be used to specify the appearance of the text.
% @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