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!

