mazari ahmed - MATLAB Central
photo

mazari ahmed


2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 03/15 to 04/25Use left and right arrows to move selectionFrom 03/15Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

13 質問
6 回答

ランク
14,404
of 298,116

評判
3

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

回答採用率
46.15%

獲得投票数
3

ランク
 of 20,535

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,402

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


adding a legend in 3 for loops with three plots
l want to make a legend for my figure but l have 3 for loops with three plots like mentioned below : *legend 1 : essential legen...

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

0

回答

質問


a function that works with 25 inputs repeatedly
"a function called moving_average that takes a scalar called x as an input argument and returns a scalar. The value it returns d...

10年弱 前 | 0 件の回答 | 0

0

回答

質問


how to determine the neighbours of each node in a square graph ?
<</matlabcentral/answers/uploaded_files/29941/square.jpg>> Given the square representation of n = 256 nodes l want to disp...

10年弱 前 | 2 件の回答 | 1

2

回答

回答済み
while loop with a boolean expression
problem solved

約10年 前 | 0

回答済み
how to make a comparison in a for loop. Problem on indexes
Finally you are right Geoff, it's working

約10年 前 | 0

質問


Build and visualize a circulant graph
Hello; l need to code and plot a circulant graph as it is illustrated in the two figures below.any suggestions ? <</matlab...

約10年 前 | 1 件の回答 | 0

1

回答

質問


Plot a regular graph in MATLAB
l'm trying to built a 15-regular graph using maltab. do you have any suggestions . l built a random graph like it it is mentionn...

約10年 前 | 0 件の回答 | 0

0

回答

質問


how to built a Cover tree from a given graph?
have a graph with an adjacency matrix l would like to built and visualize a cover tree from a given node (node 1 for exemple) ....

約10年 前 | 0 件の回答 | 0

0

回答

質問


while loop with a boolean expression
why my boolean expression is not working , is there any syntax error. here is my code : v=false; while ((i < N)&&(v==fal...

約10年 前 | 3 件の回答 | 0

3

回答

質問


how to make a comparison in a for loop. Problem on indexes
At the end of the for loop l want to compare the values of I(i) and I(j) look at the second for loop. here is the returned err...

約10年 前 | 1 件の回答 | 0

1

回答

回答済み
delete an element in a cell array in a for loop
the answer is : neighbour_n{i}= setdiff(neighbour_n{i},F); problem solved

約10年 前 | 0

| 採用済み

質問


how to Draw a circle around a choosen node in a graph ?
l have generated a topology of a network with 200 nodes.than l want to draw a circle with black color around a choosen node(sati...

約10年 前 | 2 件の回答 | 1

2

回答

回答済み
manipulate a method contain to compare two lists
it's working look here : if (((all(ismember(neighbour_n{k}, neighbour_n{j})))||(isequal(neighbour_n{j}, neighbour_n{k})))&...

約10年 前 | 0

回答済み
Cell contents reference from a non-cell array object.
the answer is : neighbour_n{i}= setdiff(neighbour_n{i},F); problem solved

約10年 前 | 0

| 採用済み

質問


Cell contents reference from a non-cell array object.
How to delete an element k in a cell array in a for loop? l have a set called neighbour_n{i} where i varies from 1 to n But i...

約10年 前 | 2 件の回答 | 0

2

回答

回答済み
delete an element in a cell array in a for loop
Even in this way it doesn't work.it doesn't make any changes N=200; stated_n=cell(N,1); for i=1:N ...

約10年 前 | 0

質問


delete an element in a cell array in a for loop
hello; l have a set called stated_n{i} where i varies from 1 to n (let n=5) for exemple stated_n{1} = {3,7,8,9,14,99} ...

約10年 前 | 5 件の回答 | 0

5

回答

質問


manipulate a method contain to compare two lists
l have trouble with the code below. l want to compare two lists of elements to : 1)know wether the neighbours of j are includ...

約10年 前 | 3 件の回答 | 1

3

回答

質問


how can k set the initial variable of my vector
Hello; l set an initial value of a vector to [] neighbour_n= [];but once inside the loop neighbour_n(k)= [neighbour_n(k) j] do...

約10年 前 | 1 件の回答 | 0

1

回答