How to dynamically define limits forplot from user input in app designer?

13 ビュー (過去 30 日間)
farzad
farzad 2020 年 7 月 26 日
コメント済み: farzad 2020 年 7 月 27 日
Hi All
I want to have a sort of While loop in my app designer, that untill app doesn't receive OK from the user, it prompts the axis limits from the user and each time correct the plot so the plot could be visually checked and confirmed

回答 (1 件)

J. Alex Lee
J. Alex Lee 2020 年 7 月 27 日
Do not use a loop. Use the edit boxes, and use their callback functions to set the axis limits.
It sounds like you should take a look at one of the tutorials for app designer apps.
  1 件のコメント
farzad
farzad 2020 年 7 月 27 日
I have made my app already. but didn't have this idea, thought it should be a loop. thanks for the idea

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by