how can i include both linear and logarithmic scales in one plot???
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
how can i include both linear and logarithmic (dB) scales in one plot
code
figure;
plot(w,20*log10(abs(p)))
grid
0 Kommentare
Antworten (1)
Ameer Hamza
am 14 Okt. 2020
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.
0 Kommentare
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!