I have {1*1} cell which contains a column matrix with 4455 rows how can i access data in each row?

1 view (last 30 days)
I have {1*1} cell which contains a column matrix with 4455 rows how can i access data in each row?

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 21 May 2013
Edited: Azzi Abdelmalek on 21 May 2013
A{1}{k}
Example
A={{10 20 30 40}}
A{1}{3} % The result is 30

More Answers (0)

Categories

Find more on Matrices and Arrays in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!