Add a semilogx axis to a plot given by a function
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Butterflyfish
am 26 Okt. 2015
Kommentiert: Walter Roberson
am 26 Okt. 2015
I am using the function obw() to plot occupied bandwidth with the code:
obw(signal, fs);
It plot it on a normal frequency linar scale and I would like to plot it with a log x-axis (like when you use the function semilogx(). How can I do this? Thanks heaps!
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 26 Okt. 2015
set(gca,'XScale', 'log')
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Annotations 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!