How to implement the inputted value to a function?
1 回表示 (過去 30 日間)
古いコメントを表示
Hello everyone, totally beginner question
I have created this spiner(for Pace) below via the App Designer with some values to be inputed.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/922229/image.png)
How could I implement the inputted value to the function below?
Attatched the GUI code so far
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/922234/image.png)
Thanks in advance
採用された回答
Cris LaPierre
2022 年 3 月 11 日
It's already implemented for you. The template code already captures the current value in the variable changingValue.
The spinner object is passed into the function via the event structure. You access the value property using event.Value. You could also use app.PaceSpinner.Value.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Simulation, Tuning, and Visualization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!