Y-Axis location in MATLAB plots
15 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
henry wang
el 27 de En. de 2011
Respondida: Wenxuan Liang
el 10 de Mzo. de 2021
I've seen plots with y-axis at the center of the plot rather than to the left. How do I do this in MATLAB?
2 comentarios
Paulo Silva
el 27 de En. de 2011
Please be more specific, you could be talking about using suplots or adjusting the axis so y is at center or something else.
Respuesta aceptada
Más respuestas (2)
Wenxuan Liang
el 10 de Mzo. de 2021
Just use set(gca, 'YAxisLocation', 'origin') if you are using a MATLAB newer than 2018, I think
0 comentarios
Ver también
Categorías
Más información sobre Annotations 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!