How can I plot this function below?

2 个评论

What is the definition of , and the relationship between and ?
Or, do you want to simply plot ?
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.

请先登录,再进行评论。

 采纳的回答

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

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Programming 的更多信息

产品

版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by