필터 지우기
필터 지우기

Plot in log-log

조회 수: 4 (최근 30일)
Auryn_
Auryn_ 2018년 5월 24일
답변: Auryn_ 2018년 5월 24일
Hi,
I am plotting in a log-log scale but the axis label does not display the numbers in a log scale. I have used
loglog(t,Exp, 'LineWidth',2,'Markersize',3)
hold all
and also set(gca, 'YScale', 'log') and it still does not work.
Thanks in advance for your reply.
  댓글 수: 2
jonas
jonas 2018년 5월 24일
Can you show us your figure and code?
Auryn_
Auryn_ 2018년 5월 24일
Done.

댓글을 달려면 로그인하십시오.

채택된 답변

jonas
jonas 2018년 5월 24일
편집: jonas 2018년 5월 24일
I'm fairly sure that is in fact a loglog-scale. Try:
axis([0.1 100 0.1 100])
and see for yourself. The y-range is too narrow to really label the axis as you expected.

추가 답변 (1개)

Auryn_
Auryn_ 2018년 5월 24일
Awesome, thanks!

카테고리

Help CenterFile Exchange에서 Log Plots에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by