tan(x) graph
19 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How to draw this tan(x) graph on matlab.

0 Commenti
Risposta accettata
Più risposte (1)
Walter Roberson
il 20 Apr 2021
syms x
fplot(sin(x)^2,[0 2*pi])
1 Commento
Stephan
il 20 Apr 2021
Nice ;-)
syms x
simplify(0.5*sin(2*x-pi/2)+0.5)
rewrite(ans,'sin')
Vedere anche
Categorie
Scopri di più su Calculus in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!