how can i include both linear and logarithmic scales in one plot???
이전 댓글 표시
how can i include both linear and logarithmic (dB) scales in one plot
code
figure;
plot(w,20*log10(abs(p)))
grid
답변 (1개)
Ameer Hamza
2020년 10월 14일
0 개 추천
Not possible on a single axes. You need to create two axes and join them in a seamless way. Refer to my answer here: https://www.mathworks.com/matlabcentral/answers/601147-extending-specific-y-axis-values for an example.
카테고리
도움말 센터 및 File Exchange에서 Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!