When using the predobs option in the plot command how do I change the line attributes of the prediction bounds
1 回表示 (過去 30 日間)
古いコメントを表示
I am using a command to plot the results of a simple curve fit, ie
plot(cfTestAFTERNoOutliers,'r-',XTestAFTER,YTestAFTER,'o',outliersTestAFTER,'r*','predobs')
however the confidence intervals generated by the 'predobs' option are very thin and do not reproduce well.
How do I change the line attributes of the confidence intervals? Using 'LineWidth',2 after predobs generates an error
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Linear and Nonlinear Regression についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!