photo

Daniel Morais


2017 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
How to permute the rows and columns in a matrix ?
Utilize *x = x( : , randperm(c))*, onde *x* é a matriz e *c* o número de colunas de *x*. O mesmo vale para a permutação de linha...

7年以上 前 | 1

回答済み
How to permute the columns in a matrix in random way?
Utilize *x = x( : , randperm(c))*, onde *x* é a matriz e *c* o número de colunas de *x*. O mesmo vale para a permutação de linha...

7年以上 前 | 0