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 ExchangeProgramming についてさらに検索

製品

リリース

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