photo

Mahmoud Ahmed


2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

13 質問
0 回答

ランク
248,479
of 300,871

評判
0

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

回答採用率
38.46%

獲得投票数
0

ランク
 of 21,100

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,460

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


I want to generate all possible combinations of 3*3 matrix, where the sum of all elements of this matrix equal 10.
I want to generate all possible combinations of 3*3 matrix, where the sum of all elements of this matrix equal 10.

7年以上 前 | 1 件の回答 | 0

1

回答

質問


How to avoid traffic looping between nodes? as shown in the figure
<</matlabcentral/answers/uploaded_files/80576/Inked56_LI.jpg>> Which code can help me to avoid traffic looping between nodes?...

8年以上 前 | 0 件の回答 | 0

0

回答

質問


Need Help in Placing nodes in graphs with given coordinates as shown in the figure
<</matlabcentral/answers/uploaded_files/80205/111.jpg>> I need to plot these nodes with their given coordinates as shown in t...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


How to plot directed connected nodes ?
I have 10 nodes from N1 to N10 are distributed over square area with size 2km*3km .. the 3km length of the square area is divide...

8年以上 前 | 0 件の回答 | 0

0

回答

質問


Need Help in vectors combinations using ndgrid
I have 10 variables (A,B,C,D,E,F,G,H,I,J) .. A consists of 1 vector .. B consists of 19 vectors .. C consists of 21 vectors .. D...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


Need Help in vectors combinations
I have 2 variables (A,B) .. The first variable (A) consists of 3 vectors of size (1,9): A(:,:,1) = [1 2 3 4 5 6 7 8 9] A...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


How can I obtain some random connections matrices between nodes if I have 10 nodes and I know the number of transceivers at each node ?
I have 10 nodes .. each node has known number of transceivers as indicated in this vector: [6 3 3 3 3 3 3 2 1 1] where: ...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


I want to divide one vector to two vectors that complement each other .. How can I obtain all possible combinations of these 2 vectors ?
I want to divide this vector [7 3 3 3 3 3 2 1 1 2] into 2 vectors that complement each other, for example: divide it to : A = ...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


I have 9 nodes and 20 transceivers. How can I have all possible distributions of transceivers between nodes ?
I have 9 nodes and 26 transceivers. How can I have all possible distributions of transceivers between nodes ? Hint: The maximu...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


my calculations lead me to have a matrix with dimensions of ((4^14),14) , but matlab said that out of memory !! .. What can I do ?
my calculations lead me to have a matrix with dimensions of ((4^14),14) , but matlab said that out of memory !! .. What can I do...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


Need Matrix operation HELP
If I have: T(:,:,1) = 1 2 3 4 5 6 7 8 9 T(:,:,2) = 1 4 7 ...

8年以上 前 | 2 件の回答 | 0

2

回答

質問


I have 100 2D matrix .. After each matrix, I calculate the sum of elements inside it .. I want to see only the matrices with summation result under certain value (such as: 23). How can I do this?
I have 100 2D matrix .. After each matrix, I calculate the sum of elements inside it .. I want to see only the matrices with sum...

8年以上 前 | 3 件の回答 | 0

3

回答

質問


I have 2 matrices with size (4,4) and (4,5) respectively. I want the element (2,1) in the second matrix to try all values in the first column in the first matrix and at each value, produce new matrix
I have 2 matrices with size (4,4) and (4,5) respectively. I want the element located at (2,1) in the second matrix to take all t...

8年以上 前 | 2 件の回答 | 0

2

回答