Cell Data, How do I access it?
Show older comments
Hi,
So I have data in this format. I want to access the data in each TD however don't know how to access it using commands. Could anyone point me in the right direction?
Thanks,
Chris
TD(:,:,1) =
[512x2 double]
[ 1]
TD(:,:,2) =
[512x2 double]
[ 2]
TD(:,:,3) =
[512x2 double]
[ 3]
1 Comment
Michael Haderlein
on 9 Feb 2015
TD{1,1,1} will be the first 512x2 array.
Accepted Answer
More Answers (0)
Categories
Find more on Logical 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!