Add a semilogx axis to a plot given by a function
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Butterflyfish
el 26 de Oct. de 2015
Comentada: Walter Roberson
el 26 de Oct. de 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 comentarios
Respuesta aceptada
Walter Roberson
el 26 de Oct. de 2015
set(gca,'XScale', 'log')
2 comentarios
Butterflyfish
el 26 de Oct. de 2015
Editada: Butterflyfish
el 26 de Oct. de 2015
Walter Roberson
el 26 de Oct. de 2015
Más respuestas (0)
Ver también
Categorías
Más información sobre Annotations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!