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

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

Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 21 Mai 2013
Bearbeitet: Azzi Abdelmalek am 21 Mai 2013
A{1}{k}
Example
A={{10 20 30 40}}
A{1}{3} % The result is 30

Weitere Antworten (0)

Kategorien

Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by