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!