tan(x) graph
Mostra commenti meno recenti
How to draw this tan(x) graph on matlab.

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




