how can i change the value of a variable with a slider in matlab designer?
24 ビュー (過去 30 日間)
古いコメントを表示
hello, i want to change a value of a variable in my matlab script while running it with a slider that i build in matlab designer.
im quit new to designer, can anyone help me out?
Thanks in advance
回答 (2 件)
Catalytic
2022 年 9 月 8 日
編集済み: Catalytic
2022 年 9 月 8 日
Here is a doc page talking about the general process of writing component callbacks in appdesigner. In this particular section, there is an example dealing with a slider callback.
1 件のコメント
Steven Lord
2022 年 9 月 9 日
Rather than changing the value of a fixed variable I would likely retrieve the Value property of the slider object whenever I need to use its value. This way I would be sure to always have the current value of the slider.
1 件のコメント
参考
カテゴリ
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!