removing 0 from cellarray
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
sermet
el 18 de Mayo de 2016
Respondida: Andrei Bobrov
el 18 de Mayo de 2016
a=[{'0'};{'0'};{'0'};{'b10'};{'01'};{'p10'}]; %cell
How can I remove all {'0'} from a array.
a_removed_zero=[{'b10'};{'01'};{'p10'}]; %cell
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Types 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!