Extracting data from nested cell.
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ajay Ganti
el 5 de Dic. de 2018
Respondida: Cris LaPierre
el 5 de Dic. de 2018
I'm having a cell of size 30x36. In that each element is a cell of 150x4 (type is double). I want to extract the second column of every 150x4 element into an array. How can i do it?
0 comentarios
Respuesta aceptada
Cris LaPierre
el 5 de Dic. de 2018
Have a look at this documentation page. Specifically, the example showing the syntax for extracting data from a cell within a cell:
C{2,1}{1,2}
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Cell 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!