Could anyone help me how to generate the following legend.
显示 更早的评论
I want to have the legend as
* A o B
^ C > D
- E -- F
Could anyone please help me on this.
1 个评论
KSSV
2021-8-8
You have not acknowledged your previous questions which were answered. You have asked many very simple questions, instead you could read the documentation.
回答(1 个)
str = {'* A o B', '^ C > D', ' - E -- F'} ;
A = rand(10,3) ;
plot(A)
legend(str)
类别
在 帮助中心 和 File Exchange 中查找有关 Title 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

