how to how ylim in addaxis
8 ビュー (過去 30 日間)
古いコメントを表示
I have the following code and need to add ylim for each addaxis. Please let me know if you know what the best approch is.

1 件のコメント
Walter Roberson
2022 年 7 月 27 日
this appears to refer to https://www.mathworks.com/matlabcentral/fileexchange/9016-addaxis
採用された回答
Walter Roberson
2022 年 7 月 27 日
After you call addaxes() the current axes is left set to the axes just created. You can then just call ylim() at that point.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Subplots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!