How to plot double y axis when data sets are from different files?
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
I have two data sets in two different files as attached. In test1 i want to plot column 1 as x-axis (which is altitude) with column 2 and 3 as y1 axis with different legends. In the same figure I want to plot column 1 as x-axis (which is also altitude but the scale division is different) with column 5 as y2 axis.
댓글 수: 1
KSSV
2018년 11월 2일
Read about plotyy
답변 (1개)
madhan ravi
2018년 11월 2일
0 개 추천
1)load two text files and assign the values to separate variables.
2) Use yy axis left and yy axis right to plot them.
댓글 수: 0
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!