Fix my radio button in GUI (app designer)
3 ビュー (過去 30 日間)
古いコメントを表示
I have a problem with selecting the buttons , like I want when I choose the 90 degree button it will not shows the other rotation. so when one button is clicked the other shoulb be unchecked.
2 件のコメント
Rik
2021 年 12 月 5 日
The callback should check which of your polygons are visible and set their visibility to off. The easiest way to keep track is to store the states in a separate array.
Adam Danz
2021 年 12 月 5 日
編集済み: Adam Danz
2021 年 12 月 5 日
When a rotation option is selected you're creating a new object. Instead, you should update the object's coordinates so you're still working with 1 object.
It's like instead of moving a car to another parking space, you're just building a new one and now you have 2 cars which sounds pretty cool but inefficient.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Graphics Object Properties についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!