photo

Lauren Shone


Syndey University

2012 年からアクティブ

Followers: 0   Following: 0

Professional Interests: Psychology, Computational Modelling

統計

MATLAB Answers

3 質問
2 回答

ランク
266,009
of 301,598

評判
0

コントリビューション
3 質問
2 回答

回答採用率
100.0%

獲得投票数
0

ランク
 of 21,346

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 175,689

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Count how many times a number appears in a matrix and assign that increasing value to a new matrix
I have a 32 x 6 matrix consisting of repeats of 1-16 in each column in a specific order, e.g., : X = [6 1 1 8 16 1 ...

13年以上 前 | 3 件の回答 | 0

3

回答

質問


Preventing repeated sequences in a matrix
I have a 192 x 3 matrix, order(192 x 3): order(:, 1) and order(:, 2) both contain repeating values of 1 - 16, and order(:, 3)...

13年以上 前 | 2 件の回答 | 0

2

回答

回答済み
Sorting and randomising a matrix according to a particular constraint.
Someone has kindly provided this very excellent solution that eradicates a lot of work and gives the perfect solution if anyone ...

約14年 前 | 0

| 採用済み

回答済み
Sorting and randomising a matrix according to a particular constraint.
I thought maybe I could add a loop like this: ng = true; while ng ng = false; X = randswap(trialmat, 1); ...

約14年 前 | 0

質問


Sorting and randomising a matrix according to a particular constraint.
Hi There, I have a 32 x 3 matrix as follows: A = [ 1 1 1; 1 1 2; 1 1 3; 1 1 4; 1 1 5; 1 1 6; 1...

約14年 前 | 3 件の回答 | 0

3

回答