set or limit a secondary x and y axis on log-log plot

5 ビュー (過去 30 日間)
Pichawut Manopkawee
Pichawut Manopkawee 2017 年 11 月 4 日
コメント済み: Walter Roberson 2017 年 11 月 4 日
Hi All,
Does anyone know how to set the limits of secondary x and y axes on log-log plot?. Since I plotted two log-log plots and need to specify the range of secondary x and y axes to match the primary ones, the xlim(ax2(2), [min max]); and ylim(ax2(2), [min max]; did not really work for me.
Please help me, I highly appreciate your help and assistance.
  1 件のコメント
Walter Roberson
Walter Roberson 2017 年 11 月 4 日
Did you try
plotyy(x1, y1, x2, y2, @loglog, @loglog )

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeAnnotations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by