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!