uiselectobject

ask the user to select an object of the specified type

現在この提出コンテンツをフォロー中です。

UISELECTOBJECT ask the user to select an object of the specified type inside a figure and wait
until the user click on an object of the given type.
H = UISELECTOBJECT(TYPE,HFIG) waits until the user selects an object with
type equal to TYPE in figure HFIG and returns its handle. TYPE is a string or a cell
array of strings containing the valid types.
H = UISELECTOBJECT(TYPE) look for the specified object inside the
current figure.

Example:
h=uiselectobject('Line',gcf);
h.Color='r'

引用

Luca Amerio (2026). uiselectobject (https://jp.mathworks.com/matlabcentral/fileexchange/55140-uiselectobject), MATLAB Central File Exchange. に取得済み.

カテゴリ

Help Center および MATLAB AnswersUpdate figure-Based Apps についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0