Scilab 5.3.0
Please note that the recommended version of Scilab is 6.1.1. This page might be outdated.
See the recommended documentation of this function
get_figure_handle
get a figure handle from its id
Calling Sequence
f = get_figure_handle(figure_id)
Arguments
- figure_id
Integer, id of the figure to retrieve.
- f
Handle of the corresponding figure.
Description
get_figure_handle
function allows to retrieve the handle
of a graphic figure knowing its id. If a figure with the specified id exists
the function returns it. Otherwise is returns an empty matrix.
Examples
See Also
Authors
Jean-Baptiste Silvy INRIA
Comments
Add a comment:
Please login to comment this page.