How to modify the plotting layout after sbiopredictionci

1 回表示 (過去 30 日間)
Jesse Chao
Jesse Chao 2022 年 9 月 5 日
回答済み: Florian Augustin 2022 年 9 月 6 日
Hello team,
I am currently working with simbiology. After using sbiofit for fitting the experimental data (pooled), I would like to further calculate the confidence interval with sbiopredictionci.
fit_result = sbiofit(...)
preci = sbiopredictionci(fit_result)
plot(preci)
I have successfully calculated the confidence interval, as shown in the photo below.
Since I am working with pooled fitting, I am thinking about combining all group data into one figure with only one confident interval plotted with the experimental data points.
And also, since I have multiple compartments (14) that were fitted, I would like to reorganize them into my ideal subplot layout (4*4).
Is there any way to do it?
If I have any misunderstanding, please also correct me.
Thank you very much.
Best,
Jesse

採用された回答

Florian Augustin
Florian Augustin 2022 年 9 月 6 日
Hi Jesse,
it sounds like the helper function selectivePlotCI from this MATLAB Answers post could help. The function selectivePlotCI gives you access to the individual axes via the selectedAxes variable. You could use those axes to modify labels and add data to the plots. Let me know if this does not help with your problem.
Best,
Florian

その他の回答 (0 件)

コミュニティ

その他の回答  SimBiology コミュニティ

カテゴリ

Help Center および File ExchangeImport Data についてさらに検索

製品


リリース

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by