photo

Lauren Shone


Syndey University

2012년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: Psychology, Computational Modelling

통계

MATLAB Answers

3 질문
2 답변

순위
213,851
of 301,296

평판
0

참여
3 질문
2 답변

답변 채택
100.0%

획득한 표
0

순위
 of 21,225

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,832

참여
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

답변