Mido
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
39,024
of 295,467
REPUTATION
1
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Rearranging rows using unique values in column
If I have a matrix as follows: The first column is unique ID while the second column represents price: x = [106 2; ...
7 years ago | 1 answer | 0
1
answerQuestion
Aggregating numbers based on first column index
Hi I have a matrix as follows x=[1 3; 1 4; 1 6; 2 5; 2 7; 3 4; 3 11; 3 1; ...
8 years ago | 1 answer | 0
1
answerQuestion
Extracting rows based based on criteria from two columns
A= [1 1 4; 1 2 6; 1 3 9; 1 4 10; 2 1 12; 2 2 15; 2 3 20; 2 4 45] I want...
8 years ago | 1 answer | 0
1
answerQuestion
Replacing zeros with other values
A=[1 2 3 4; 4 5 0 0; 1 0 0 1; 0 1 1 1] I want to replace zeros in the third column with last known values...
8 years ago | 1 answer | 1
1
answerQuestion
Combining two matrices using two criteria
h = [1 4 11; 2 5 12; 4 7 13] y = [1 4; 2 5; 3 6; 4 7] I want for each row of matrix y...
8 years ago | 1 answer | 0
1
answerQuestion
Inserting missing rows in a matrix
If I have a matrix like x = [1 1; 1 2; 2 1; 2 2; 2 3; 3 1; 3 2] x = 1 1 1 2 2 1 2 2...
8 years ago | 1 answer | 0