How to solve this with the help of fplot

16 次查看(过去 30 天)
Mohit
Mohit 2024-8-5,22:43
回答: Star Strider 2024-8-5,23:30

回答(1 个)

Star Strider
Star Strider 2024-8-5,23:30
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')
.

类别

Help CenterFile Exchange 中查找有关 Calculus 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by