Filter löschen
Filter löschen

How to make two y-axis with use of stairs function to plot ???

3 Ansichten (letzte 30 Tage)
Isa Duran
Isa Duran am 11 Jul. 2014
Beantwortet: dpb am 11 Jul. 2014
Hi guys! Im plotting a set of data and one of them is way larger then the others, so I need to have two y-axis in one plot. Im using stairs function to plot, so I can't use plotyy function... Can you help me?
Isa

Akzeptierte Antwort

dpb
dpb am 11 Jul. 2014
... Im using stairs function to plot, so I can't use plotyy function
Of course you can...
hAx=plotyy(x1,y1,x2,y2,@stairs,@stairs);
Read the documentation thoroughly... :)

Weitere Antworten (0)

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