Scilab 6.0.0
Scilab Help >> Graphics > axes_operations > sca
sca
set the current axes entity
Syntax
a=sca(a)
Arguments
- a
a handle, the handle on the Axes entity
Description
sca(a)
is used to set the current Axes
entity (see
graphics_entities) to the one pointed to by the handle
a
. The drawing functions generally use the
current axes entity.
Comments
Add a comment:
Please login to comment this page.