Can we do it with edit text with a condition of only using fixed word instead of pushbutton as alternative?
can a condition used for pushbuttons?
1 回表示 (過去 30 日間)
古いコメントを表示
Is it possible for me to allow several pushbutton to appear only after clicking a pushbutton in matlab gui?
2 件のコメント
Walter Roberson
2015 年 6 月 9 日
You can make the edit text visible off when you turn the pushbutton on.
採用された回答
Walter Roberson
2015 年 6 月 9 日
編集済み: Walter Roberson
2015 年 6 月 9 日
Yes, set their 'visible' property to 'off' until you want them to appear and then set 'visible' '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!