photo

Filippos Papasavvas


2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
0 回答

ランク
70,542
of 301,352

評判
0

コントリビューション
5 質問
0 回答

回答採用率
60.0%

獲得投票数
0

ランク
 of 21,240

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,116

コントリビューション
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

回答