Y-Axis location in MATLAB plots
조회 수: 15 (최근 30일)
이전 댓글 표시
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
Paulo Silva
2011년 1월 27일
Please be more specific, you could be talking about using suplots or adjusting the axis so y is at center or something else.
채택된 답변
추가 답변 (2개)
Wenxuan Liang
2021년 3월 10일
Just use set(gca, 'YAxisLocation', 'origin') if you are using a MATLAB newer than 2018, I think
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!