how to make the edit box will change the popup menu and run specific process
1 回表示 (過去 30 日間)
古いコメントを表示
NUR SHOLIHAH RAMLEE
2018 年 5 月 2 日
コメント済み: NUR SHOLIHAH RAMLEE
2018 年 5 月 14 日
currenty, i have a gui with a popup menu bar where when i choose one from the popup menu, it will run a process for image processing. so, right now i want to use edit box in gui as i type from the edit box, it will choose the right selection from popup menu and run the process. how am i going to do that? thank you for your help
0 件のコメント
採用された回答
lokender Rawat
2018 年 5 月 14 日
編集済み: lokender Rawat
2018 年 5 月 14 日
You can use the Editable state of the drop-down component using the following command:
dropDownObject.Editable='on';
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Environment and Settings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!