Scilab 6.1.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
get_figure_handle
get a figure handle from its id (obsolete)
Syntax
f = get_figure_handle(figure_id)
Arguments
- figure_id
Integer, id of the figure to retrieve.
- f
Handle of the corresponding figure.
Description
This function is obsolete and
will be removed in Scilab 6.1.x.
Please use findobj("figure_id",n) instead. |
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
- set — set properties of some graphic objects or uimenus or uicontrol interactive components
- get — Retrieve a property value from a graphics entity or an User Interface object.
- gcf — Return handle of current graphic window.
- scf — set the current graphic figure (window)
- graphics_entities — описание структур данных графических объектов
History
Version | Description |
6.1.0 | get_figure_handle(n) is declared obsolete. findobj("figure_id",n) is used instead. |
Report an issue | ||
<< ged | handle | glue >> |