Graph of sin(10*x*cos(x))
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How can we represent a graph for a composed function like sin(10*x*cos(x))
0 commentaires
Réponses (1)
Akihumi
le 9 Mai 2020
Do you mean something like this?
x = 0:0.01:10;
plot(sin(10.*x.*cos(x)));
2 commentaires
Voir également
Catégories
En savoir plus sur Downloads dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!