removing zeros from a matrix

4 views (last 30 days)
vedesh Mohit
vedesh Mohit on 3 Apr 2018
Edited: David Fletcher on 3 Apr 2018
Hey I have a matrix x=[1;2;0;0;0;3;4;5;0;6;0;4;0;6;3;2;1;1;0]; how do I remove the zeros from this matrix?

Accepted Answer

David Fletcher
David Fletcher on 3 Apr 2018
  2 Comments
vedesh Mohit
vedesh Mohit on 3 Apr 2018
does this also look at the zeros in values like 10 or 100 or just the value zero alone?
David Fletcher
David Fletcher on 3 Apr 2018
Edited: David Fletcher on 3 Apr 2018
No, just the value of 0. If you need to remove the zeros in everything, it might be easier to convert it to a string, remove the zero characters, and then convert it back to numbers

Sign in to comment.

More Answers (0)

Categories

Find more on Data Type Conversion in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!