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!