Royvg94
Followers: 0 Following: 0
Statistics
11 Questions
0 Answers
RANK
253,412
of 295,673
REPUTATION
0
CONTRIBUTIONS
11 Questions
0 Answers
ANSWER ACCEPTANCE
81.82%
VOTES RECEIVED
0
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,257
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
Picking out elements of an array and sorting them
I have an array which size is 41 x 4 and it consists of 25 x 2 matrices. ( See picture) <</matlabcentral/answers/uploaded_fi...
9 years ago | 1 answer | 0
1
answerQuestion
Inserting a variable in a name of an object
Im using this code C = 16 Sample = S1 S1 = Array1; %Sample1 S2 = Array2; %Sample2 S3 = Array3; %Sam...
9 years ago | 1 answer | 0
1
answerQuestion
Sum of matrix elements
Lets use this as an example: I have a matrix A of 5 x 5, and i want a new matrix B of 5 x 1, with the sum of column 2 and 4, ...
9 years ago | 1 answer | 0
1
answerQuestion
Filling up a matrix
I have an array of 69 x 1 cells. Every cell contains a matrix of either 12 x 1 or 13 x 1. I want Matlab to make a matrix of 13 ...
9 years ago | 2 answers | 0
2
answersQuestion
Extracting data from an array
I have an array of 69 x 1 cells. All cells are either 12 x 2 or 13 x 2 matrices. I want to make a matrix, with all second colum...
9 years ago | 2 answers | 0
2
answersQuestion
Creating a matrix with numbers
I want to create a matrix with numbers, starting with 2000 until 666200 with steps of 1200. I want the matrix to be a n x 1 ma...
9 years ago | 1 answer | 0
1
answerQuestion
Extracting data from a matrix
I have a 275 x 1 matrix, which i want to extract data from. I need matlab to make me a new matrix with the values from a cell ...
9 years ago | 1 answer | 0
1
answerQuestion
How to divide a matrix by certain numbers?
I want to divide a matrix by a column vector in this way: (4 2 3 8;7 9 1 5;6 4 8 3) / (4;8;2) and then the result i want t...
9 years ago | 2 answers | 0
2
answersQuestion
How to multiply a matrix by certain numbers?
I want to multiply a matrix by a column vector in this way: (4 2 3 8;7 9 1 5;6 4 8 3) * (4;8;2) and then the result i want...
9 years ago | 2 answers | 0
2
answersQuestion
Calculating mean in array
I got an 69 x 1 array, which contains 12 x 2 and some 13 x 2 matrices. I want to calculate the mean of the 2nd column of every m...
9 years ago | 1 answer | 0
1
answerQuestion
Split 837 x 2 matrix into smaller n x 2 matrices
I have an 837 x 2 matrix with in the first column time, and in the second column some other values. I would like to split the ma...
9 years ago | 1 answer | 0