How can i set multicolumn and row legen in matlab R2016a,.
I could not find simple way to do it.

댓글 수: 1

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
dpb 2023년 6월 14일

0 개 추천

댓글 수: 7

Sudhir Rai
Sudhir Rai 2023년 6월 15일
hi,
It is not working in R2016a. It gives error:
"Undefined function or variable 'gridLegend'."
Dyuman Joshi
Dyuman Joshi 2023년 6월 15일
Did you download and open the file contents in the current directory?
Sudhir Rai
Sudhir Rai 2023년 6월 15일
Yes
Dyuman Joshi
Dyuman Joshi 2023년 6월 15일
It is compatible with R2016a.
Can you please attach your code, so we can reproduce the error? Use the paperclip button to attach your code or you can just copy and paste it as well.
Sudhir Rai
Sudhir Rai 2023년 6월 15일
Ok. I made mistake by not copying gridlegend file to same directory.
It worked . Thanks for pointing it out. Thanks for the help.
dpb
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.
Sudhir Rai
Sudhir Rai 2023년 6월 22일
ok thanks................
But how can I change legend features like make it bold or change size in gridlegend?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

질문:

2023년 6월 14일

댓글:

2023년 6월 22일

Community Treasure Hunt

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

Start Hunting!

Translated by