How i add the button for the Time axis to user can change time in the given MATLAB App designer
1 回表示 (過去 30 日間)
古いコメントを表示
How i add the button for the Time axis to user can change time in the given MATLAB App designer
0 件のコメント
回答 (1 件)
Taylor
2024 年 1 月 23 日
The property you want to change is app.UIAxes.XLim. You could implement this with a ButtonPressedFcn callback (like you have done with your "Go!" button, or you could use the ValueChangedFcn callback for a Numeric Edit Field to update the axis as the user inputs new values.
1 件のコメント
Taylor
2024 年 1 月 24 日
Yes, that is what I'm describing with the second option. I've attached a modified version of your app that shows how this is implemented. Is this what you're looking for?
参考
カテゴリ
Help Center および File Exchange で Develop Apps Using App Designer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!