Path: Common/Graphics
% Draw text in a box
--------------------------------------------------------------------------
Form:
TextInBox( pos, s, varargin )
--------------------------------------------------------------------------
------
Inputs
------
pos (1,2) [x, y] Upper left corneere
s (1,:) string
varargin {} Parameter pairs: 'fontsize' 'fontname' 'boxcolor'
'edgecolor' 'boxopacity' 'textcolor' 'edgewidth'
-------
Outputs
-------
None
--------------------------------------------------------------------------
Common: Graphics/NewFig
Back to the Common Module page