photo

Mike


Last seen: 7 months ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

2 Questions
3 Answers

RANK
14,694
of 301,464

REPUTATION
3

CONTRIBUTIONS
2 Questions
3 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
2

RANK
 of 21,292

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,642

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • First Answer

View badges

Feeds

View by

Answered
ND sparse arrays are not supported
Never mind, I just found ndSparse, which seems to do what I wanted.

6 years ago | 1

Answered
work around for sparse matrices in 3D
Never mind, I just found ndSparse, which seems to do what I wanted.

6 years ago | 0

Question


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 ago | 1 answer | 0

1

answer

Answered
griddata Parameter must be a 'double matrix'
Thanks Sean, that was the problem. Simple now that I understand the error message!

11 years ago | 0

Question


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 ago | 2 answers | 1

2

answers