2 commentaires

Akira Agata
Akira Agata le 1 Mar 2022
What is the definition of , and the relationship between and ?
Or, do you want to simply plot ?
Ashlin Govindasamy
Ashlin Govindasamy le 2 Mar 2022
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.

Connectez-vous pour commenter.

 Réponse acceptée

Voss
Voss le 2 Mar 2022
Modifié(e) : Voss le 2 Mar 2022
t = -10:0.001:10;
y = cos(t.^2);
plot(t,y);
xlabel('t');
ylabel('y = cos(t^2)');

Plus de réponses (0)

Catégories

En savoir plus sur Programming dans Centre d'aide et File Exchange

Produits

Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by