removing zeros from column
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
sermet
el 4 de Ag. de 2015
Respondida: Al Dente
el 4 de Ag. de 2015
A=[1;2;2;0;0;3;0;0];
%I need to remove all "0" in A matrix then I need to create a matrix without "0" like; [1;2;2;3]
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB 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!