Effacer les filtres
Effacer les filtres

How to remove zero value in my column ?

1 vue (au cours des 30 derniers jours)
Muhammad Hafiz
Muhammad Hafiz le 26 Oct 2017
Commenté : Muhammad Hafiz le 26 Oct 2017
this is my data ,,, how can I delete the zero value :(

Réponse acceptée

Andrei Bobrov
Andrei Bobrov le 26 Oct 2017
Your_array_new = Your_array(all(Your_array ~= 0,2),:);
  1 commentaire
Muhammad Hafiz
Muhammad Hafiz le 26 Oct 2017
Thanks so much Andre :)

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur NaNs dans Help Center et File Exchange

Tags

Aucun tag saisi pour le moment.

Community Treasure Hunt

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

Start Hunting!

Translated by