How to put yticklabels (with ticks) on the other (right) side?
이전 댓글 표시
I simply tried ax.YAxisLocation = 'right'; but not working, why? And what if I want ticks on both sides, but yticklabels on the right and ylabel on the left?
답변 (1개)
Robin Mailly
2023년 10월 14일
set(gca, 'YAxisLocation', 'right');
카테고리
도움말 센터 및 File Exchange에서 Axis Labels에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!