log plot with multiple y axis
古いコメントを表示
I would like to create a log plot with a common log x axis, but the left y axis for trace 1 to be log, and the right axis for trace 2 to be linear (no-log).
How would I go about doing this?
回答 (1 件)
yyaxis left
plot(log(rand(1,10)))
yyaxis right
plot(rand(1,10))
カテゴリ
ヘルプ センター および File Exchange で Log Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

