Feeds
質問
Several errors related to cell arrays
I have this inside a loop: Tp=num2cell(Tp); T_p{i,1}=Tp; And just outside that loop, I have: T_p=cell2mat(T_...
13年弱 前 | 1 件の回答 | 0
1
回答回答済み
Undefined function or method 'matrix' for input arguments of type 'double'.
Thanks a lot. That was quite helpful!!
Undefined function or method 'matrix' for input arguments of type 'double'.
Thanks a lot. That was quite helpful!!
13年弱 前 | 0
質問
Undefined function or method 'matrix' for input arguments of type 'double'.
Hi there! I have a problem when trying to solve a system of equations inside a loop like this: for j=1:iter syms a...
13年弱 前 | 2 件の回答 | 0
