handle tick line in 3D mesh plot
    4 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    francesco
 el 9 de Nov. de 2013
  
    
    
    
    
    Respondida: francesco
 el 26 de Nov. de 2013
            Hi everyboy, Is it possible to change the tick size of mesh lines?
0 comentarios
Respuesta aceptada
  Sean de Wolski
      
      
 el 11 de Nov. de 2013
        As in modifying the 'LineWidth' of a mesh plot?
h = mesh(magic(5));
set(h,'LineWidth',3);
If not, please clarify the question.
0 comentarios
Más respuestas (1)
Ver también
Categorías
				Más información sobre Line 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!


