Efficient slicing of cell array?
20 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
EGTork
el 20 de Mzo. de 2015
I have a cell array of the form:
c =
[1x100 double]
[2x150 double]
[3x200 double]
And I would like to create a 6x50 matrix consisting of all rows and the first 50 columns of each constituent matrix. Is there an efficient way to do this?
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Matrix Indexing en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!