How to make loglog subplots?
古いコメントを表示
I have multiple plots that I would like to display together (in a subplot type distribution), however, my plots need to have a loglog scale. Is there a way to do this?
採用された回答
その他の回答 (1 件)
Jan
2013 年 5 月 1 日
subplot(2,3,2, 'XScale', 'log', 'YScale', 'log')
カテゴリ
ヘルプ センター および File Exchange で Subplots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!