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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0

2

个回答