Conversion of cell array into individual object
Show older comments
I have 324*231 cell array M.
- M(2:end,1) includes names of countries
- M(2:end,2) includes names of respective states
- M(2:end,3:end) includes some data ( each in {1*2 double} ).
I want to make individual object of each country which contain their states which contain their respective data. So, sort of three level hierarchy.How should I initiate?
Thanks.
Accepted Answer
More Answers (0)
Categories
Find more on Expression Analysis 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!