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일

0 개 추천

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일

0 개 추천

Awesome, thanks!

카테고리

도움말 센터File Exchange에서 Log Plots에 대해 자세히 알아보기

질문:

2018년 5월 24일

답변:

2018년 5월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by