Problem 43565. Remove all the columns contains only zero
Remove the column from the matrix which has only zeros . Refer the Example below
a= 1 0 3 0 23 0 56 0 1 0 9 0
output=1 3
23 56
1 9
Solution Stats
Problem Comments
-
1 Comment
Dyuman Joshi
on 22 Dec 2020
More test cases required to make this problem interesting!
Solution Comments
Show commentsProblem Recent Solvers337
Suggested Problems
-
2412 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1978 Solvers
-
First non-zero element in each column
933 Solvers
-
Back to basics 9 - Indexed References
458 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
395 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!