accessing data from cell arrays

3 views (last 30 days)
cgo
cgo on 9 Nov 2018
Edited: madhan ravi on 9 Nov 2018
I have cell A which is 1x2 in size. Each entry in the cell is a double with different sizes. Am I able to access the entries from A alone?
For example: A{1,2} (refers to the second matrix in cell A), but I want to access only the fifth column, for example.

Accepted Answer

madhan ravi
madhan ravi on 9 Nov 2018
Edited: madhan ravi on 9 Nov 2018
A{1,2}(:,5)

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!