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!