Filter löschen
Filter löschen

How to remove zero value in my column ?

1 Ansicht (letzte 30 Tage)
Muhammad Hafiz
Muhammad Hafiz am 26 Okt. 2017
Kommentiert: Muhammad Hafiz am 26 Okt. 2017
this is my data ,,, how can I delete the zero value :(

Akzeptierte Antwort

Andrei Bobrov
Andrei Bobrov am 26 Okt. 2017
Your_array_new = Your_array(all(Your_array ~= 0,2),:);

Weitere Antworten (0)

Tags

Noch keine Tags eingegeben.

Community Treasure Hunt

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

Start Hunting!

Translated by