using plotyy but having 2 different measuring units on y axis

Hi, so i have to make a plot with 2 y axis but they have different measuring units. I used subplot first to make a difference between the plots, but i would like to know if i can to a plot with plotyy.

답변 (1개)

madhan ravi
madhan ravi 2020년 5월 19일
yyaxis left
plot(x,value1)
yyaxis right
plot(x,value2)

카테고리

도움말 센터File Exchange에서 Two y-axis에 대해 자세히 알아보기

질문:

2020년 5월 19일

답변:

2020년 5월 19일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by