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일

1 개 추천

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개)

카테고리

도움말 센터File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

제품

릴리스

R2020b

질문:

2020년 11월 24일

편집:

2020년 11월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by