Multi column legend in matlab plot
172 次查看(过去 30 天)
显示 更早的评论
How can i set multicolumn and row legen in matlab R2016a,.
I could not find simple way to do it.
1 个评论
Adam Danz
2023-6-15
If you use MATLAB R2018a or later, you can use the NumColumns property of legend to specify the number of columns.
plot(rand(12))
legend('NumColumns',3,'Location','southOutside')
采纳的回答
dpb
2023-6-14
Try FEX submission
7 个评论
dpb
2023-6-15
Things like this I put into a special directory created and added to the MATLABPATH so will always be available regardless of the current working directory for project files. I find that structure works best.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Legend 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!