I have problem in accessing nested cell array. How could it be done?
1 view (last 30 days)
Show older comments
I have hierarchy of cell data. how can i access each cell a1, a2 so on and can i use these data as type double?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/145616/image.jpeg)
Please Help...
0 Comments
Answers (1)
Guillaume
on 6 Oct 2014
Is this what you're asking?
data = {{1 2 3;4 5 6} {7 8 9;10 11 12}} %for example
b1 = data{1}{2, 1};
0 Comments
See Also
Categories
Find more on Data Types 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!