Get Values Of Cell Array

54 次查看(过去 30 天)
Hi everbody.
i want to get the [6,355,1269] matrix etc on this cell array. How can i get it?

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Types 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by