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
