Hi, How can I make the axis look like in the attached figures?
조회 수: 1 (최근 30일)
이전 댓글 표시
댓글 수: 0
채택된 답변
SALAH ALRABEEI
2021년 6월 20일
See this example
x = linspace(-5,5); y = x.^2; plot(x,y)
xticks([-5 -2.5 -1 0 0.25 0.5 0.75 1 2.5 10])
text(0,15,'$\frac{5\%}{20 s}$','interpreter','latex')
댓글 수: 0
추가 답변 (1개)
Jonas
2021년 6월 19일
what do you mean exactly? if you mean the logarithmic x axis then you can use semilogx() function for plotting
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!