How to solve this with the help of fplot
1 回表示 (過去 30 日間)
古いコメントを表示
回答 (1 件)
Star Strider
2024 年 8 月 5 日
A few details are missing ...
syms t
f(t) = sin(2*pi*t);
figure
fplot(f, [0 5])
grid
yline(0,'--r', 'The roots are where the function ‘f(t)’ crosses this line')
.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Calculus についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!