Y-Axis location in MATLAB plots
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
henry wang
am 27 Jan. 2011
Beantwortet: Wenxuan Liang
am 10 Mär. 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 Kommentare
Paulo Silva
am 27 Jan. 2011
Please be more specific, you could be talking about using suplots or adjusting the axis so y is at center or something else.
Akzeptierte Antwort
Weitere Antworten (2)
Wenxuan Liang
am 10 Mär. 2021
Just use set(gca, 'YAxisLocation', 'origin') if you are using a MATLAB newer than 2018, I think
0 Kommentare
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!