convert struct of cell in a matrix of cell
1 view (last 30 days)
Show older comments
Hi,
there is a way to convert the struct of cell (attached) in a matrix of cell?
thanks
0 Comments
Accepted Answer
Guillaume
on 27 Apr 2017
Edited: Guillaume
on 28 Apr 2017
Are you looking for
{L1.l} %for row vector of cells
or something more complex?
4 Comments
Stephen23
on 28 Apr 2017
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.
More Answers (0)
See Also
Categories
Find more on Structures 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!