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!