I'm getting an error using fplot, How do I get it to work?
조회 수: 11 (최근 30일)
이전 댓글 표시
When I try to run my code I keep getting this error.
Warning: The tolerance parameter input to fplot has been removed.
> In fplot (line 93)
Error using fplot
Invalid parameter '1'.
Xs = 1.8;
fs = 10;
fi = pi/3;
t1 = -0.1;
t2 = 0.2;
t = [t1, t2];
x = inline('Xs*sin (2*pi*fs*t+fi)', 't', 'Xs','fs','fi');
fplot (x, t, 2e-3,1,'-',Xs, fs, fi)
댓글 수: 0
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Earth and Planetary Science에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
