댓글 수: 2

Akira Agata
Akira Agata 2022년 3월 1일
What is the definition of , and the relationship between and ?
Or, do you want to simply plot ?
Ashlin Govindasamy
Ashlin Govindasamy 2022년 3월 2일
That is the issue the university gave me a question to plot that.
There is zero relationship regards that function. I got confused when they wrote the function like that.
So I think it would be best to plot y = cos(t^2)
Thanks again.

댓글을 달려면 로그인하십시오.

 채택된 답변

Voss
Voss 2022년 3월 2일
편집: Voss 2022년 3월 2일

0 개 추천

t = -10:0.001:10;
y = cos(t.^2);
plot(t,y);
xlabel('t');
ylabel('y = cos(t^2)');

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Programming에 대해 자세히 알아보기

제품

릴리스

R2021a

질문:

2022년 3월 1일

편집:

2022년 3월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by