Problem 44901. Rearrange the given matrix to have all its zeros climb up to the top of each column - using for loops.
Given a matrix x, using loops only return a matrix y, in which all the zeros have "climbed" up to the top. That is, any zeros in each column should be moved to the top without disturbing The order of the remaining nonzero numbers in the column.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers137
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2806 Solvers
-
Project Euler: Problem 10, Sum of Primes
2082 Solvers
-
Calculate the area of a triangle between three points
3397 Solvers
-
556 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1247 Solvers
More from this Author4
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!