How to plot a single answerName with confidence intervals for model predictions?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Valentina Vasic
am 10 Jan. 2023
Kommentiert: Valentina Vasic
am 12 Jan. 2023
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 Kommentare
Akzeptierte Antwort
Florian Augustin
am 11 Jan. 2023
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
Weitere Antworten (0)
Communitys
Weitere Antworten in SimBiology Community
Siehe auch
Kategorien
Mehr zu Import Data finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!