how write legend plot right side)

2 vues (au cours des 30 derniers jours)
pipor
pipor le 7 Sep 2023
Commenté : Star Strider le 7 Sep 2023

Réponse acceptée

Star Strider
Star Strider le 7 Sep 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 commentaires
pipor
pipor le 7 Sep 2023
good!
Star Strider
Star Strider le 7 Sep 2023
Thank you!

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by