Need to combine doubles with different sizes
Show older comments
I need to combine a set of doubles into one double matrix. My problem is that they are all different sizes. How would I go about doing this?
3 Comments
Stalin Samuel
on 19 Jan 2016
attach the file(which contains all different size matix) for better understanding
Walter Roberson
on 19 Jan 2016
Are you trying to put each member into a row (or column) with them starting as different lengths, and you want to end up with a rectangular matrix that has NaN in each location where there was no value?
jgillis16
on 19 Jan 2016
Accepted Answer
More Answers (0)
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!