how to set legend in matlab
    4 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Deepu S S
 el 23 de Sept. de 2021
  
    
    
    
    
    Respondida: Kishor
 el 19 de Dic. de 2022
            how to set legend in matlab
0 comentarios
Respuesta aceptada
  KSSV
      
      
 el 23 de Sept. de 2021
        % Auto 
A = rand(10,2) ; 
plot(A)
legend
% Manually 
plot(A)
legend('first','second')
0 comentarios
Más respuestas (1)
Ver también
Categorías
				Más información sobre Legend 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!

