How to plot a single answerName with confidence intervals for model predictions?
1 回表示 (過去 30 日間)
古いコメントを表示
Valentina Vasic
2023 年 1 月 10 日
コメント済み: Valentina Vasic
2023 年 1 月 12 日
Hello everyone,
I am trying to plot the results of the confidence intervals for the model predictions. Since I have 17 ResponseNames, my figure is overloaded with images (see attached picture). How do I separate the various plots from the figure? ![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1258400/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1258400/image.png)
I am using this function: sbioparameterci
ciPredPooled = sbiopredictionci(pooledFit);
plot(ciPredPooled);
Thank you in advance for your help.
Best regards,
Valentina
0 件のコメント
採用された回答
Florian Augustin
2023 年 1 月 11 日
Hi Valentina,
maybe the function selectivePlotCI from this MATLAB Answers post could help. With this function, you can select which axes should be plotted in a figure.
Best,
Florian
その他の回答 (0 件)
コミュニティ
その他の回答 SimBiology コミュニティ
参考
カテゴリ
Help Center および File Exchange で Import Data についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!