get a figure handle from its id
f = get_figure_handle(figure_id)
Integer, id of the figure to retrieve.
Handle of the corresponding figure.
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.
Version | Description |
6.1.0 | get_figure_handle(n) is declared obsolete.
findobj("figure_id",n) is used instead. |
6.1.1 | get_figure_handle() will be removed in the next Scilab version. |