Clear Filters
Clear Filters

how to how ylim in addaxis

3 views (last 30 days)
Matin jaberi
Matin jaberi on 27 Jul 2022
Answered: Walter Roberson on 27 Jul 2022
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 Comment
Walter Roberson
Walter Roberson on 27 Jul 2022
this appears to refer to https://www.mathworks.com/matlabcentral/fileexchange/9016-addaxis

Sign in to comment.

Accepted Answer

Walter Roberson
Walter Roberson on 27 Jul 2022
After you call addaxes() the current axes is left set to the axes just created. You can then just call ylim() at that point.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!