How to plot a single answerName with confidence intervals for model predictions?
조회 수: 3 (최근 30일)
이전 댓글 표시
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?
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 Community
참고 항목
카테고리
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!