photo

Filippos Papasavvas


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
227,810
of 301,338

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
0

RANK
 of 21,236

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,017

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


If condition for a large number of different numbers
Hi! I have a long array of random values [1 2 4 5 6 2 1 .....]. I take the maximum of the array and get an index value eg 50 ...

7 years ago | 1 answer | 0

1

answer

Question


matrix element summation algorithm
Hi! I have a matrix A [ 1 2 3; 3 1 2; 1 2 1]. I want to get the sum of A(1,1)+A(2,1) + A(3,3), which will be the result of a ...

7 years ago | 1 answer | 0

1

answer

Question


How to invert parts of a matrix
Hi! I have column vector A = [1 2 3 4 5 6 7 8 9]'. From A, I want to get to B = [1 2 3; 4 5 6; 7 8 9] by inverting the releva...

7 years ago | 1 answer | 0

1

answer

Question


Repeat parts of a matrix
Hi! I have a matrix A = (1 2; 3 4 ; 5 6; 7 8; 9 10; 11 12). I am trying to create a matrix B in which the consecutive 2x2 sub...

7 years ago | 1 answer | 0

1

answer

Question


Convert matrix to different row, column combinations.
Hi! I have a matrix A= [1 2 5 6 9 10; [3 4 7 8 11 12] I want to make it to B = [1 2; ...

7 years ago | 2 answers | 0

2

answers