Scilab 5.4.1
- Scilab help
- GUI
- Tree
- about
- addmenu
- clipboard
- close
- delmenu
- exportUI
- figure
- findobj
- gcbo
- getcallbackobject
- getinstalledlookandfeels
- getlookandfeel
- getvalue
- messagebox
- printfigure
- printsetupbox
- progressionbar
- root_properties
- setlookandfeel
- setmenu
- toolbar
- toprint
- tree_show
- uicontextmenu
- uicontrol
- uigetcolor
- uigetdir
- uigetfile
- uigetfont
- uimenu
- uiputfile
- unsetmenu
- usecanvas
- waitbar
- x_choices
- x_choose
- x_choose_modeless
- x_dialog
- x_matrix
- x_mdialog
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
findobj
指定したプロパティを有するオブジェクトを探す
呼び出し手順
h = findobj(propertyName, propertyValue)
引数
- propertyName
文字列,探すプロパティ名 (大文字小文字を区別しない).
- propertyValue
探すプロパティが一致する値を指定する文字列 (大文字小文字を区別する).
- h
見つかったオブジェクトのハンドル.
説明
このルーチンは,現在, 'tag'プロパティが既知のオブジェクトを探す際に使用されています. このルーチンは, propertyNameが propertyValueに等しい 最初に見つかったオブジェクトのハンドルを返します. そのようなオブジェクトが存在しない場合, この関数は空の行列を返します.
例
参照
Report an issue | ||
<< figure | GUI | gcbo >> |