photo

Simon


Active since 2014

Followers: 0   Following: 0

Message

Professional Interests: CFD

Statistics

MATLAB Answers

1 Question
1 Answer

RANK
7,117
of 301,244

REPUTATION
6

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
3

RANK
 of 21,208

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,626

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

Feeds

View by

Answered
How to reshape 1-D to 2-D matrix with missing data?
I figured out the solution. First I find the grid vectors: xgv = sort(unique(x)); ygv = sort(unique(y)); ...

11 years ago | 3

| accepted

Question


How to reshape 1-D to 2-D matrix with missing data?
I need to reshape a 1-D array into a 2-D matrix. The difficulty is that there is random missing data so the RESHAPE function ca...

11 years ago | 2 answers | 0

2

answers