Borrar filtros
Borrar filtros

How to remove zero value in my column ?

1 visualización (últimos 30 días)
Muhammad Hafiz
Muhammad Hafiz el 26 de Oct. de 2017
Comentada: Muhammad Hafiz el 26 de Oct. de 2017
this is my data ,,, how can I delete the zero value :(

Respuesta aceptada

Andrei Bobrov
Andrei Bobrov el 26 de Oct. de 2017
Your_array_new = Your_array(all(Your_array ~= 0,2),:);

Más respuestas (0)

Categorías

Más información sobre NaNs en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by