"unreconized function or variable 't' "

1 次查看(过去 30 天)
I feel bad asking questions like this, but please help me MatLab gods
I am trying to plot v, v_r and v_theta with respect to "t" but it doesn't recognize t.
1.I dont even know why I have to define t since im going to plot it as a variable.
2.Why does it still not recognize "t" when I defined the range of "t"?
Thank you in advance.

采纳的回答

Image Analyst
Image Analyst 2020-11-24
编辑:Image Analyst 2020-11-24
You used t on line 8 but it didn't even exist until your program reached line 11.
You need to move line 11 before line 8.

更多回答(0 个)

类别

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

产品


版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by