photo

Ulrik Nash


University of Sothern Denmark

2011년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

13 질문
0 답변

순위
196,307
of 300,786

평판
0

참여
13 질문
0 답변

답변 채택
61.54%

획득한 표
0

순위
 of 21,091

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,061

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


How do I construct a vector from two different integers drawn with equal probability?
What is the most efficient way to construct a vector of length N from two different integers drawn with equal probability? For e...

9년 초과 전 | 답변 수: 0 | 0

0

답변

질문


integer operands are required for colon operator when used as index
Why do I get the warning "integer operands are required for colon operator when used as index" in the final line is this code: ...

거의 14년 전 | 답변 수: 1 | 0

1

답변

질문


Counting proportion of all rows taken by each unique row
Hi Everyone, Suppose I have a matrix A, and I wish to determine the number of unique rows this matrix has. Then I could form ...

14년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Mean of highest n numbers for each row in a matrix
Hi Everyone, Suppose I have a matrix A, which has r rows and c columns. For each of the rows A, I wish to find the mean of...

14년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Setting value to zero at random
Hi Everyone, Suppose I have two vectors A = [0 2 2 0 1] and B = [1 3 4 2 1] and suppose I apply following code: val = m...

14년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Counting number of zeros in column or row, without looping
Hi Everyone, If I have a matrix A, is there a way to create a 1,c vector containing the number of non-zeros in each columns, ...

14년 초과 전 | 답변 수: 1 | 0

1

답변

질문


A script to create a single matrix from matrix in different matlab files
Hi Everyone, Suppose I have many different Matlab files located in a folder. Let's say these files are called FileName_1, Fil...

14년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Saving matlab file with identifier
Hi Everyone, Suppose I have a simulation, that I run for different parameter settings. After each run, I wish to save my Matl...

14년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Count number of times values in vector A are greater than corresponding values in vector B
Hi Everyone, Suppose I have two one-column vectors of equal column height, A and B. For example A = [1;2;3] and ...

14년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Removing a specific number from vector
Hi Everyone, Suppose I have the following A = 4 and Z = [1 9 2 3 4 5] how do I remove the value A from Z, to get ...

14년 초과 전 | 답변 수: 4 | 0

4

답변

질문


Finding maximum value, discounting a certain matrix place.
Hi Everyone, Suppose I have a 1,m matrix, which I call sweep. Suppose also, that I have identified I to be a relevant plac...

14년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Multiplying values in one column with values in another, depending on criteria
Hi Everyone, Suppose I have the following matrix: A = 1.0__0.7__4.4__0.9__50.9 3.0__0.8__5.2__1.0__28.7 6.0__0.5__3.2__0.7...

14년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Place(s) of greatest deviation
Hi Everyone, Suppose I have a vector Y: Y = [0 0 0 0.5 0.5] and a vector X X = [0 0 0 1 1] Now I wish to find the...

14년 초과 전 | 답변 수: 1 | 0

1

답변