How to solve this with the help of fplot
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
0 commentaires
Réponses (1)
Star Strider
le 5 Août 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 commentaires
Voir également
Catégories
En savoir plus sur Calculus dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!