Take specific elements from each cell of a cell array
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Vasilis Chasiotis
el 2 de Oct. de 2020
Comentada: Walter Roberson
el 2 de Oct. de 2020
Hello! Let A be a 1x10 cell array. Each of the 10 cells of A are nxm matrices.
Also, let an 1x10 vector x, that is, x=[ x1 x2 ... x10 ].
I would like to take the x1 row from the first cell of A, the x2 row from the second cell of A, and so on for all the 10 cells of A.
I have tried cellfun, but I did not achive my goal.
Thanks in advance.
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Function Creation 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!