Scilab 5.3.0
Please note that the recommended version of Scilab is 2024.1.0. This page might be outdated.
However, this page did not exist in the previous stable version.
get_figure_handle
指定したIDの図のハンドルを取得
呼び出し手順
f = get_figure_handle(figure_id)
パラメータ
- figure_id
整数, 取得する図のID.
- f
対応する図のハンドル.
説明
get_figure_handle
関数により
IDが既知の図のハンドルを取得することが可能です.
指定したIDを有する図が存在する場合,この関数はそのハンドルを返します.
それ以外の場合,空の行列を返します.
例
作者
Jean-Baptiste Silvy INRIA
<< ged | handle | glue >> |