Get figure handle
f = CL_g_getFigureHandle(num)
Figure handle associated with figure number.
The function returns the figure handle associated with figure number num, or [] if the figure does not exist.
Note:
This function has been added for Scilab 6.1.0 as the equivalent Scilab function get_figure_handle is deprecated and the proposed replacement: findobj("figure_id", num) is much slower.
(integer) Figure number. (1x1)
Corresponding figure handle.
CNES - DCT/SB (AL)
num = 99; scf(num); f = CL_g_getFigureHandle(num); f.figure_id | ![]() | ![]() |