필터 지우기
필터 지우기

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