Borrar filtros
Borrar filtros

how to set legend in matlab

11 visualizaciones (últimos 30 días)
Deepu S S
Deepu S S el 23 de Sept. de 2021
Respondida: Kishor el 19 de Dic. de 2022
how to set legend in matlab

Respuesta aceptada

KSSV
KSSV el 23 de Sept. de 2021
% Auto
A = rand(10,2) ;
plot(A)
legend
% Manually
plot(A)
legend('first','second')

Más respuestas (1)

Kishor
Kishor el 19 de Dic. de 2022
Add a legend to plot using the array starname

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by