how to how ylim in addaxis
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Matin jaberi
el 27 de Jul. de 2022
Respondida: Walter Roberson
el 27 de Jul. de 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 comentario
Walter Roberson
el 27 de Jul. de 2022
this appears to refer to https://www.mathworks.com/matlabcentral/fileexchange/9016-addaxis
Respuesta aceptada
Walter Roberson
el 27 de Jul. de 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.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Subplots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!