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
