Feeds
답변 있음
ND sparse arrays are not supported
Never mind, I just found ndSparse, which seems to do what I wanted.
ND sparse arrays are not supported
Never mind, I just found ndSparse, which seems to do what I wanted.
6년 초과 전 | 1
답변 있음
work around for sparse matrices in 3D
Never mind, I just found ndSparse, which seems to do what I wanted.
work around for sparse matrices in 3D
Never mind, I just found ndSparse, which seems to do what I wanted.
6년 초과 전 | 0
질문
ND sparse arrays are not supported
I have solved a sparse matrix problem as: A=sparse(A); B=sparse(B) x=A\B; I tried to convert x to a 3-D array with: Wxy=res...
6년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
griddata Parameter must be a 'double matrix'
Thanks Sean, that was the problem. Simple now that I understand the error message!
griddata Parameter must be a 'double matrix'
Thanks Sean, that was the problem. Simple now that I understand the error message!
11년 초과 전 | 0
질문
griddata Parameter must be a 'double matrix'
I am running version R2011b. I am trying to re-grid data from an irregular lat/lon grid to a regular lat/lon grid. My input ar...
11년 초과 전 | 답변 수: 2 | 1
