Scilab 6.0.0
- Scilabヘルプ
- GUI
- Borders
- Layouts
- Menus
- Tree
- about
- clipboard
- close
- consoleプロパティ
- createWindow
- exportUI
- figure
- findobj
- gcbo
- getcallbackobject
- getinstalledlookandfeels
- getlookandfeel
- getvalue
- 対話型エディタ
- loadGui
- messagebox
- printfigure
- printsetupbox
- progressionbar
- root_properties
- saveGui
- setlookandfeel
- toolbar
- toprint
- tree_show
- uicontrol
- uicontrolプロパティ
- uigetdir
- uigetfile
- uigetfont
- uiputfile
- 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 >> |