フィルターのクリア

How to implement the inputted value to a function?

1 回表示 (過去 30 日間)
Nikos Korobos
Nikos Korobos 2022 年 3 月 10 日
コメント済み: Nikos Korobos 2022 年 3 月 18 日
Hello everyone, totally beginner question
I have created this spiner(for Pace) below via the App Designer with some values to be inputed.
How could I implement the inputted value to the function below?
Attatched the GUI code so far
Thanks in advance
  1 件のコメント
Nikos Korobos
Nikos Korobos 2022 年 3 月 10 日
I found out about num2string but I need the value to remain as a number not text

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

採用された回答

Cris LaPierre
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.
  1 件のコメント
Nikos Korobos
Nikos Korobos 2022 年 3 月 18 日
Thanks for your input

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSignal Processing Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by