tan(x) graph
13 views (last 30 days)
Show older comments
How to draw this tan(x) graph on matlab.
0 Comments
Accepted Answer
More Answers (1)
Walter Roberson
on 20 Apr 2021
syms x
fplot(sin(x)^2,[0 2*pi])
1 Comment
Stephan
on 20 Apr 2021
Nice ;-)
syms x
simplify(0.5*sin(2*x-pi/2)+0.5)
rewrite(ans,'sin')
See Also
Categories
Find more on Calculus in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!