How can i change the positions of numbers in a matrix

1 回表示 (過去 30 日間)
Omar Abbadi
Omar Abbadi 2020 年 4 月 3 日
回答済み: KALYAN ACHARJYA 2020 年 4 月 3 日
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?

回答 (1 件)

KALYAN ACHARJYA
KALYAN ACHARJYA 2020 年 4 月 3 日
sort the matrix, you will get all rows at initails of rows numbers
sort(matrix)

カテゴリ

Help Center および File ExchangeShifting and Sorting Matrices についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by