How to move around subplots generated by sbiopredictionci?
古いコメントを表示
I don't know if I accidentally changed some plotting configuration, but in the past weeks I have been having an issue with the subplots generated by sbiopredictionci. I can edit the data normally in the subplots and I can delete subplots as I wish, but for some reason I can't move the subplots around in the Figure window. It's like they have been fixed in place somehow.
Is this configurable?
Thanks!
7 件のコメント
Rebeca Hannah Oliveira
2023 年 12 月 5 日
Rebeca Hannah Oliveira
2023 年 12 月 5 日
編集済み: Rebeca Hannah Oliveira
2023 年 12 月 5 日
Rebeca Hannah Oliveira
2023 年 12 月 5 日
Priya Moorthy
2023 年 12 月 5 日
Sorry, Rebeca,
For the first method, there was a mistake in the code I sent you - please try the edited version of the step-by-step code in the Answers section. You can also combine everything into a single line of code, which might be easier to use once you know how it maps to the different steps:
set(findobj(fh, 'type', 'axes'), 'Parent', fh, 'Units', 'normalized');
Let me know if this unblocks you. I will look into the error you are encountering with the second workaround and get back to you.
Priya
Florian Augustin
2023 年 12 月 5 日
Hi,
I hope the issue is resolved, but I just mention that I just added a comment to this MATLAB Answers post that mentions selectivePlotCI. This comment contains updated code for selectivePlotCI that works for prediction confidence intervals computed in MATLAB releases R2023b or later.
-Florian
Priya Moorthy
2023 年 12 月 5 日
@Rebeca Hannah Oliveira, with Florian's updated function, the second workaround should also work for you now.
Rebeca Hannah Oliveira
2023 年 12 月 5 日
採用された回答
その他の回答 (0 件)
コミュニティ
その他の回答 SimBiology コミュニティ
カテゴリ
ヘルプ センター および File Exchange で Import Data についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!