How do I add a left/right axis to a plot in matlab 2013a
2 ビュー (過去 30 日間)
古いコメントを表示
I would like to create another axis on my plot in MATLAB R2013a. It appears the the "yyaxis" function does this.
The "plotyy" function does not work for me as there are limitations in customization of the axes.
Is there any better and simple way to create another axis? N.B I have matlab 2013a version. thanks
1 件のコメント
Star Strider
2023 年 2 月 21 日
If plotyy does not do what you want, then the only option is likely to upgrade to a later MATLAB release/version that uses yyaxis (preferably the latest release).
回答 (1 件)
Jan
2023 年 2 月 21 日
You find several corresponding FileExchange submissions: https://www.mathworks.com/matlabcentral/fileexchange?q=plotyy
plotyy creates 2 axes objects. I cannot imagine, how this limits the customization iny any way.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Two y-axis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!