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 Ansicht (letzte 30 Tage)

Akzeptierte Antwort

Stephan
Stephan am 12 Mai 2021
Bearbeitet: Stephan am 12 Mai 2021
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 Kommentare
Stephan
Stephan am 12 Mai 2021
Bearbeitet: Stephan am 12 Mai 2021
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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Argument Definitions finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by