tan(x) graph
11 ビュー (過去 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!




