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!