accessing data from cell arrays
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
cgo
el 9 de Nov. de 2018
Editada: madhan ravi
el 9 de Nov. de 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.
0 comentarios
Respuesta aceptada
madhan ravi
el 9 de Nov. de 2018
Editada: madhan ravi
el 9 de Nov. de 2018
A{1,2}(:,5)
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Matrices and Arrays en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!