How to remove zero value in my column ?

 Accepted Answer

Your_array_new = Your_array(all(Your_array ~= 0,2),:);

More Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!