Statistics
4 Questions
0 Answers
RANK
173,104
of 273,372
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 18,456
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 122,802
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
Content Feed
Question
Precision of numbers problem (I think)
I have a matrix with 4 columns. I'd like to do something very simple, which is average all numbers in Column 4 given specific nu...
1 year ago | 1 answer | 0
1
answerQuestion
Finding repeating pairs of specific numbers within column
I'm stuck on this probably very trivial problem: I have a matrix like this (just much larger!): A = [1 2 4 10 11 12 14 17 19...
2 years ago | 0 answers | 0
0
answersQuestion
insert ones at given position of matrix
I'm stuck on this probably very simple thing - I have this matrix: rd = zeros(4, 6); and x is meant to be the position ...
5 years ago | 1 answer | 0
1
answerQuestion
How can I extract the first non-zero in several specific segments of the same matrix?
I'd like to find the first non-zero in several segments of the same large matrix. For example: x = [3 2 3 4 5 6 6 8 6 10; 0 0...
9 years ago | 1 answer | 0