convert struct of cell in a matrix of cell
4 ビュー (過去 30 日間)
古いコメントを表示
Hi,
there is a way to convert the struct of cell (attached) in a matrix of cell?
thanks
0 件のコメント
採用された回答
Guillaume
2017 年 4 月 27 日
編集済み: Guillaume
2017 年 4 月 28 日
Are you looking for
{L1.l} %for row vector of cells
or something more complex?
4 件のコメント
Stephen23
2017 年 4 月 28 日
Why is this data not stored in a cell array in the first place? There is only one field in the structure, which totally defeats the purpose of using a structure.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Structures についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!