How can i change the positions of numbers in a matrix

1 view (last 30 days)
I have a 100x7 matrix consisting of random numbers between 0 and 0.5
How can i change the positions of the numbers so that all the zeros are together?

Answers (1)

KALYAN ACHARJYA
KALYAN ACHARJYA on 3 Apr 2020
sort the matrix, you will get all rows at initails of rows numbers
sort(matrix)

Categories

Find more on Shifting and Sorting Matrices in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!