Add a semilogx axis to a plot given by a function
    3 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
    Butterflyfish
 le 26 Oct 2015
  
    
    
    
    
    Commenté : Walter Roberson
      
      
 le 26 Oct 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 commentaires
Réponse acceptée
  Walter Roberson
      
      
 le 26 Oct 2015
        set(gca,'XScale', 'log')
Plus de réponses (0)
Voir également
Catégories
				En savoir plus sur Axis Labels dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

