How to solve this with the help of fplot
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
0 Kommentare
Antworten (1)
Star Strider
am 5 Aug. 2024
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 Kommentare
Siehe auch
Kategorien
Mehr zu Calculus finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!