How do I convert a cell array to matrix whose dimensions are not equal?
显示 更早的评论
mydata =
[195x1 double] [124x1 double] [1826x1 double] [2x1826 double] [195x124x1826 single]
5 个评论
Guillaume
2016-2-10
Convert into what?
For what purpose?
Geoff Hayes
2016-2-10
Manoj - are you trying to convert the above to a matrix using cell2mat? If so, what are the dimensions of the matrix that you are trying to obtain? Please show the code that you have written that generates the error.
Manoj
2016-2-11
Jan
2016-2-11
I neither understand the meanig of the images, not the description "matrix form with different file names".
Geoff Hayes
2016-2-11
Manoj - how should all of this data, from your cell array, be packaged into the matrix? What should the dimensions be for the matrix?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Data Type Conversion 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!