Hi everbody.
i want to get the [6,355,1269] matrix etc on this cell array. How can i get it?

 Accepted Answer

Just access the 4th element using { } notation e.g.
myCellArray{4}

More Answers (0)

Categories

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!