How to solve this with the help of fplot

1 visualización (últimos 30 días)
Mohit
Mohit el 5 de Ag. de 2024
Respondida: Star Strider el 5 de Ag. de 2024

Respuestas (1)

Star Strider
Star Strider el 5 de Ag. de 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')
.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by