Plot in log-log
조회 수: 2 (최근 30일)
이전 댓글 표시
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
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/190804/image.png)
and also set(gca, 'YScale', 'log') and it still does not work.
Thanks in advance for your reply.
댓글 수: 2
채택된 답변
추가 답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Line Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!