フィルターのクリア

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

3 ビュー (過去 30 日間)
Isa Duran
Isa Duran 2014 年 7 月 11 日
回答済み: dpb 2014 年 7 月 11 日
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

採用された回答

dpb
dpb 2014 年 7 月 11 日
... 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... :)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeTwo y-axis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by