Is there an error in the documentation of the Curve Fitting Toolbox for the example on different plotting options?
조회 수: 3 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2009년 6월 27일
편집: MathWorks Support Team
2022년 11월 10일
The example can be seen at the following URL:
When I execute the following command:
plot(fit1,'k-',x,y,'b.','predf','predo',0.99);
I receive the following error:
ERROR: ??? Error using ==> cfit/plot
Argument 8 is incorrect
채택된 답변
MathWorks Support Team
2022년 10월 14일
편집: MathWorks Support Team
2022년 11월 10일
This bug has been fixed for Release 14 (R14). For previous releases, please read below for any possible workarounds:
This is an error within the documentation for the Curve Fitting Toolbox 1.1 (R13.0.1) within the example for the PLOT function.
The documentation should read as follows:
plot(fit1,'k-',x,y,'b.','predfunc','predobs',0.99);
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Fit Postprocessing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!