Removing space between the axis
    6 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Khang Nguyen
 el 19 de Mayo de 2019
  
    
    
    
    
    Editada: KALYAN ACHARJYA
      
      
 el 19 de Mayo de 2019
            
Hey everyone,
How can I remove the space between the y axis. As it is 0 0.5 1 1.5 2 2.5 3 .... , i just only want it to be 0 1 2 3 4 5.
Thanks in advance
0 comentarios
Respuesta aceptada
  KALYAN ACHARJYA
      
      
 el 19 de Mayo de 2019
        
      Editada: KALYAN ACHARJYA
      
      
 el 19 de Mayo de 2019
  
      yticks([0 1 2 3 4 5]);
More detail read here
0 comentarios
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!

