photo

Filippos Papasavvas


2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
0 답변

순위
270,839
of 301,383

평판
0

참여
5 질문
0 답변

답변 채택
60.0%

획득한 표
0

순위
 of 21,252

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 174,306

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변