Community Profile

photo

Elgyii


Last seen: 8개월 전 2016년부터 활동

Followers: 0   Following: 0

Programming Languages:
Python, Javascript, MATLAB
Spoken Languages:
English, Japanese, Portuguese

통계

  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
How do I create a legend and include loop variable values in the labels?
% You can simply store all the handles while you plot, for example: For i = 1 : 10 h(i) = plot(x,y) end legend(h, names) ...

대략 8년 전 | 2