Content Feed
질문
How to change the legend text without resizing the legend box
For my Plot2LaTeX function I am trying to change the text of a existing legend without changing the appearance of the legend its...
2년 이하 전 | 답변 수: 0 | 0
0
답변답변 있음
How can I add text, containing a matrix, to a plot?
Do you mean something like this? text(1,1,[num2str(magic(3))])
How can I add text, containing a matrix, to a plot?
Do you mean something like this? text(1,1,[num2str(magic(3))])
5년 이상 전 | 0
| 수락됨
답변 있음
how to sum a vector without sum func
Or a little more general: val = [19:-2:1]'; sig = -cos(pi*[1:10]); s = sig*val.^3;
how to sum a vector without sum func
Or a little more general: val = [19:-2:1]'; sig = -cos(pi*[1:10]); s = sig*val.^3;
5년 이상 전 | 0