how to set legend in matlab
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
how to set legend in matlab
0 Commenti
Risposta accettata
KSSV
il 23 Set 2021
% Auto
A = rand(10,2) ;
plot(A)
legend
% Manually
plot(A)
legend('first','second')
0 Commenti
Più risposte (1)
Vedere anche
Categorie
Scopri di più su Legend in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!