How can i change the positions of numbers in a matrix

1 visualizzazione (ultimi 30 giorni)
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?

Risposte (1)

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

Categorie

Scopri di più su Shifting and Sorting Matrices in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by