Scilab 5.3.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
glue
一連のグラフィックエンティティをCompoundに結合する.
呼び出し手順
glue(H) h_agreg=glue(H)
パラメータ
- H
ハンドルのベクトル
- h_agreg
ハンドル, Compoundエンティティのハンドル.
説明
ハンドルのベクトルを指定すると,この関数は 対応するエンティティを一つのCompoundに結合し, この新たに作成されたエンティティのハンドルを返します.
例
作者
Djalel ABDEMOUCHE
<< get_figure_handle | handle | is_handle_valid >> |