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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 1
