Clear Filters
Clear Filters

How to remove zero value in my column ?

1 view (last 30 days)
this is my data ,,, how can I delete the zero value :(

Accepted Answer

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

More Answers (0)

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!