Convert log scale to linear scale
조회 수: 13 (최근 30일)
이전 댓글 표시
Hi all,
I made a figure whose Y axis I converted to log scale using the command set(gca,'yscale','log'). I want to convert the Figure back to linear scale. Is it possible to do it on MATLAB.
Thanks. NS
댓글 수: 0
채택된 답변
Azzi Abdelmalek
2012년 9월 11일
set(gca,'yscale','linear')
댓글 수: 2
Matt Fig
2012년 9월 11일
NS, whenever you are in doubt, try this:
set(gca,'yscale') % Shows you the options!
(P.S., how did you learn to use SET to change to log without also learning to use set to change to linear??)
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Log Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!