Feeds
질문
How to solve this preallocation of space problem ?
c is a 2x12 char matrix: x(1)+x(2)-2! x(1)-x(2)^2! I tried preallocating space for c using c=cell(10,100), but it s...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to pass vectors as arguments for functions created using str2func ?
f=str2func('@(x,y,z) x+y+z'); w=[1,1,1]; y=f(w) % want to compute f(1,1,1) using vector x This gives an error when...
8년 초과 전 | 답변 수: 1 | 0
