How can I deploy a listbox from a pushbutton in a GUI?

1 回表示 (過去 30 日間)
Edgar
Edgar 2014 年 7 月 7 日
回答済み: Joseph Cheng 2014 年 7 月 7 日
I have to deploy from a pushbutton a listbox that shows listed functions like: sen(x), tan(x), cos(x), etc. It is possible? Thanks for all your answers. Have a great day :)

採用された回答

Andrew Reibold
Andrew Reibold 2014 年 7 月 7 日
listdlg('ListString',S) creates a modal dialog box which allows you to select a string or multiple strings from a list.
You can use a cell array with all the things you want in it to display more than one item (making it a list)

その他の回答 (1 件)

Joseph Cheng
Joseph Cheng 2014 年 7 月 7 日
With what Andrew has above or if this is created using GUIDE, you can create the listbox ahead of time but have its 'Visible' property off so it is hidden until the pushbutton is pressed.

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by