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

回答(1 个)

Taylor
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
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 CenterFile Exchange 中查找有关 Develop Apps Using App Designer 的更多信息

标签

产品


版本

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by