tan(x) graph
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How to draw this tan(x) graph on matlab.

0 commentaires
Réponse acceptée
Plus de réponses (1)
Walter Roberson
le 20 Avr 2021
syms x
fplot(sin(x)^2,[0 2*pi])
1 commentaire
Stephan
le 20 Avr 2021
Nice ;-)
syms x
simplify(0.5*sin(2*x-pi/2)+0.5)
rewrite(ans,'sin')
Voir également
Catégories
En savoir plus sur Calculus dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!




