フィルターのクリア

hi guys, I want to make a spectral RollofPoint of speech and when I enter this code from mathworks, I get this error that the variable t1 is not declared, even though I declared it. Please I will be happy for every piece of advice.

1 回表示 (過去 30 日間)

採用された回答

Stephan
Stephan 2021 年 5 月 12 日
編集済み: Stephan 2021 年 5 月 12 日
You have to run code so that the variables appear in your workspace. go to the editor tab and press "run". the editor tab appears when you click into the code section.
  3 件のコメント
Stephan
Stephan 2021 年 5 月 12 日
編集済み: Stephan 2021 年 5 月 12 日
Do you get an error when you execute the code? I would expect that you get an error message when you run the code, because you use r1 in the line 4 before you calculate it in line 5. Switch the lines 4 and 5.
Branislav Gabco
Branislav Gabco 2021 年 5 月 12 日
Yes your advice help me. Thank you so much. You are my hero :)

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeArgument Definitions についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by