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!