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

2 visualizaciones (últimos 30 días)
I have {1*1} cell which contains a column matrix with 4455 rows how can i access data in each row?

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 21 de Mayo de 2013
Editada: Azzi Abdelmalek el 21 de Mayo de 2013
A{1}{k}
Example
A={{10 20 30 40}}
A{1}{3} % The result is 30

Más respuestas (0)

Categorías

Más información sobre Matrix Indexing en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by