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
unglue
結合されたオブジェクトを分解し,個々の子で置換する.
呼び出し手順
unglue(h) H=unglue(h)
Parameters
- h
Compoundのハンドル.
- H
Compound分解により返される結果のハンドルのベクトル.
説明
Compoundエンティティのハンドルを指定すると,この関数は
Compoundを分解し,その要素エンティティをその親に関連付けます.
glue
は個々の子のハンドルのベクトルをを返します.
作者
Djalel ABDEMOUCHE
<< swap_handles | handle | interaction >> |