how write legend plot right side)
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti

0 Commenti
Risposta accettata
Star Strider
il 7 Set 2023
Try this —
x = linspace(0, 10);
y = randn(size(x,2), 5);
figure
plot(x, y)
legend(compose('Vector %2d',1:5), 'Location','NE')
.
7 Commenti
Più risposte (0)
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!