photo

Mike


Last seen: 8 months 前 自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

2 个提问
3 个回答

排名
14,701
of 301,506

声誉
3

贡献数
2 个提问
3 个回答

回答接受率
0.0%

收到投票数
2

排名
 of 21,306

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,911

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer

查看徽章

Feeds

排序方式:

已回答
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.

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!

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

2

个回答