photo

Mike


Last seen: 8ヶ月 前 2014 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

2 質問
3 回答

ランク
14,692
of 301,540

評判
3

コントリビューション
2 質問
3 回答

回答採用率
0.0%

獲得投票数
2

ランク
 of 21,319

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 175,260

コントリビューション
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年以上 前 | 1

回答済み
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!

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

2

回答