Could anyone help me how to generate the following legend.
Afficher commentaires plus anciens
I want to have the legend as
* A o B
^ C > D
- E -- F
Could anyone please help me on this.
1 commentaire
KSSV
le 8 Août 2021
You have not acknowledged your previous questions which were answered. You have asked many very simple questions, instead you could read the documentation.
Réponses (1)
str = {'* A o B', '^ C > D', ' - E -- F'} ;
A = rand(10,3) ;
plot(A)
legend(str)
Catégories
En savoir plus sur Title dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

