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.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Argument Definitions 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by