how to make an array without empty cell
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
uzzi
el 7 de Nov. de 2022
Comentada: uzzi
el 7 de Nov. de 2022
Hello,
I have an array of this and there are some empty cells. I am trying to eliminate those with this command but it is working. I want my cell array with zero empty cells. Can someone help me?
t(all(emptyCells,:) = []
t(emptyCells) = [];
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Logical 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!