Borrar filtros
Borrar filtros

Add a semilogx axis to a plot given by a function

2 visualizaciones (últimos 30 días)
Butterflyfish
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!

Respuesta aceptada

Walter Roberson
Walter Roberson el 26 de Oct. de 2015
set(gca,'XScale', 'log')
  2 comentarios
Butterflyfish
Butterflyfish el 26 de Oct. de 2015
Editada: Butterflyfish el 26 de Oct. de 2015
Thank you very much Walter! It worked. I wanted to add minor ticks and so did:
set(gca,'XMinorTick','on')
But that doesn't work. Any hints why?
EDIT: I found out that this problem disappear when I remove the change of font size that I had set up... not sure why but I don't mind!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots 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!

Translated by