Statistics
13 Questions
0 Answers
RANK
252.726
of 297.046
REPUTATION
0
CONTRIBUTIONS
13 Questions
0 Answers
ANSWER ACCEPTANCE
61.54%
VOTES RECEIVED
0
RANK
of 20.422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157.776
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
bijna 9 jaar ago | 0 answers | 0
0
answersQuestion
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: ...
ongeveer 13 jaar ago | 0 answers | 0
0
answersQuestion
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 ...
meer dan 13 jaar ago | 2 answers | 0
2
answersQuestion
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...
meer dan 13 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 13 jaar ago | 1 answer | 0
1
answerQuestion
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, ...
meer dan 13 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 13 jaar ago | 2 answers | 0
2
answersQuestion
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...
meer dan 13 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
meer dan 13 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
meer dan 13 jaar ago | 4 answers | 0
4
answersQuestion
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...
meer dan 13 jaar ago | 2 answers | 0
2
answersQuestion
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...
bijna 14 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 14 jaar ago | 1 answer | 0