Plotting Multiple Y Axes on Same Side of Plot - App Designer
11 次查看(过去 30 天)
显示 更早的评论
Hi, I have figured out how to plot two y axes, one being on the left and one on the right side in app designer using yyaxis(app.UIAxes,'left') and yyaxis(app.UIAxes,'right'). However, I would like to plot many axes (3+) all on the left side of the plot such as the image I found below, any help would be greatly appreciated, thanks.
0 个评论
采纳的回答
Kishan Dhakan
2021-6-23
You can try using this file from MATLAB file exchange:
There is also description given on the page.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Line Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!