Scilab Function

xrect - draw a rectangle

Calling Sequence

xrect(x,y,w,h)
xrect(rect) // rect =[x,y,w,h]

Parameters

Description

xrect draws a rectangle defined by [x,y,w,h] (upper-left point, width, height) using the current scale and style.

Examples

See Also

Author