setup axis using plotyy

Hi!
I'm trying to setup the length of my axes after using plotyy() command. Can anybody told me how to do that?
The command "axis([xmin,xmax,ymin, ymax])" doesn't work correctly, becouse of plotyy (i have 2 axis).
I want to set up the length of both axes ('y1' and 'y2'). I hope anybode could help me :)
Thanks!

 採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 7 月 13 日
編集済み: Azzi Abdelmalek 2013 年 7 月 13 日

0 投票

[AX,H1,H2] = plotyy(x1,y1,x2,y2)
set(AX(1),'xlim',[xmin1 xmax1],'ylim',[ymin1 ymax1])
use
set(AX(2),... ) for the second axis

1 件のコメント

Harald
Harald 2013 年 7 月 13 日
Thank you very much! This is what i was looking for!! Have a nice weekend!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および 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