Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
gca
カレントの軸のハンドルを返す.
呼び出し手順
a = gca()
引数
- a
カレント軸エンティティのハンドル (ハンドル型).
説明
このルーチンは,カレントの図のカレント軸のハンドルを返します.
例
参照
- gda — デフォルトの軸(axes)のハンドルを取得.
- gcf — カレントグラフィックウインドウのハンドルを返す.
- gce — カレントのエンティティのハンドルを取得.
- get — グラフィックエンティティまたはユーザーインターフェイスオブジェクト からプロパティの値を取得する.
- graphics_entities — グラフィックスエンティティデータ構造体の説明
Report an issue | ||
<< axes_properties | axes_operations | gda >> |