Scilab Function

xstringb - draw strings into a box

Calling Sequence

xstringb(x,y,str,w,h,[option])

Parameters

Description

xstringb draws the matrix of strings str centered inside the rectangle rect=[x,y,w,h] (lower-left point, width, height) in the current graphic scale. If option is given with the value "fill", the character size is computed so as to fill as much as possible in the rectangle.

Enter the command xstringb() to see a demo.

Examples

See Also

Author