Get Values Of Cell Array

106 views (last 30 days)
Volkan Yangin
Volkan Yangin on 7 Dec 2015
Commented: Volkan Yangin on 7 Dec 2015
Hi everbody.
i want to get the [6,355,1269] matrix etc on this cell array. How can i get it?

Accepted Answer

Adam
Adam on 7 Dec 2015
Just access the 4th element using { } notation e.g.
myCellArray{4}

More Answers (0)

Categories

Find more on Data Types in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!