mazari ahmed
Followers: 0 Following: 0
Statistik
RANG
14.414
of 295.527
REPUTATION
3
BEITRÄGE
13 Fragen
6 Antworten
ANTWORTZUSTIMMUNG
46.15%
ERHALTENE STIMMEN
3
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 9 Jahre vor | 2 Antworten | 1
2
Antwortenhow to make a comparison in a for loop. Problem on indexes
Finally you are right Geoff, it's working
mehr als 9 Jahre vor | 0
Frage
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...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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) ....
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 9 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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...
mehr als 9 Jahre vor | 1 Antwort | 0
1
Antwortdelete an element in a cell array in a for loop
the answer is : neighbour_n{i}= setdiff(neighbour_n{i},F); problem solved
mehr als 9 Jahre vor | 0
| akzeptiert
Frage
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...
mehr als 9 Jahre vor | 2 Antworten | 1
2
Antwortenmanipulate 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})))&...
mehr als 9 Jahre vor | 0
Cell contents reference from a non-cell array object.
the answer is : neighbour_n{i}= setdiff(neighbour_n{i},F); problem solved
mehr als 9 Jahre vor | 0
| akzeptiert
Frage
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...
mehr als 9 Jahre vor | 2 Antworten | 0
2
Antwortendelete 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 ...
mehr als 9 Jahre vor | 0
Frage
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} ...
mehr als 9 Jahre vor | 5 Antworten | 0
5
AntwortenFrage
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...
mehr als 9 Jahre vor | 3 Antworten | 1
3
AntwortenFrage
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...
mehr als 9 Jahre vor | 1 Antwort | 0