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!

