tan(x) graph
19 次查看(过去 30 天)
显示 更早的评论
How to draw this tan(x) graph on matlab.

0 个评论
采纳的回答
更多回答(1 个)
Walter Roberson
2021-4-20
syms x
fplot(sin(x)^2,[0 2*pi])
1 个评论
Stephan
2021-4-20
Nice ;-)
syms x
simplify(0.5*sin(2*x-pi/2)+0.5)
rewrite(ans,'sin')
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Calculus 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!