Legend in a for loop.
이전 댓글 표시
I have a matrix of 276 by 30. I use a for loop to plot 7 rows in one graph with 22 graphs in total. I am trying to add 7 legends to each graph. I converted a matrix of 276 by 1 into a string array using cellstr and numstr. However, when I tried to put the string array into the for loop, it only add one legend to my graph. I used legend(stringarray(n,:)).
답변 (1개)
Stalin Samuel
2016년 2월 16일
1 개 추천
카테고리
도움말 센터 및 File Exchange에서 Legend에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!