using plotyy but having 2 different measuring units on y axis

2 Ansichten (letzte 30 Tage)
Ana Monea
Ana Monea am 19 Mai 2020
Beantwortet: madhan ravi am 19 Mai 2020
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.

Antworten (1)

madhan ravi
madhan ravi am 19 Mai 2020
yyaxis left
plot(x,value1)
yyaxis right
plot(x,value2)

Kategorien

Mehr zu Two y-axis finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by