Statistics
RANK
23,703
of 295,569
REPUTATION
1
CONTRIBUTIONS
11 Questions
1 Answer
ANSWER ACCEPTANCE
27.27%
VOTES RECEIVED
1
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Is there any way to model a bus network?
By using adjacency matrix or some other way?
12 years ago | 0 answers | 0
0
answersQuestion
How to display legend
Let's say i use a for loop for different values of alpha, each alpha will generate different results. How will I use the legend ...
12 years ago | 1 answer | 0
1
answerQuestion
Why i can't request user sting input?
n = input('Enter the number of students'); for i=1:1:n name(i) = input('What is your name? :','s'); end
12 years ago | 1 answer | 0
1
answerQuestion
Possible to come out with a adjacency matrix?
k = 1:30; [B,V] = bucky; axis square subplot(1,1,1); subplot(1,1,1); gplot(B(1:30,1:30),V(1...
12 years ago | 1 answer | 0
1
answerQuestion
How to simulate a tree of nodes?
With first layer each connected to 2 nodes second layer each connected to 3 nodes third layer connected to 3 nodes and so on ...
12 years ago | 0 answers | 0
0
answersQuestion
How to get the out degree of trees?
tree = [0 1 2 2 2 2 2 1 8 8 1 11 11 1 14]; *C=children(tree);* treeplot(tree); count = size(tree...
12 years ago | 1 answer | 0
1
answerIs it possible for matlab to convert a graph into an adjacency matrix?
is it possible to provide any clue how to use the above url?
13 years ago | 0
Question
Is it possible for matlab to convert a graph into an adjacency matrix?
so far i have found related sites, but don't know how to use them possible to recommend which is the best method? http://www.a...
13 years ago | 2 answers | 1
2
answersQuestion
How to implement the algorithm in matlab
1.Let's say i need an array to store the previous breakdown nodes: Storebreakdown=[0 0 0 0 0 ...](hundreds of zeros) then if...
13 years ago | 0 answers | 0
0
answersQuestion
Using arrayfun problem
Is it correct if i use the code like this: Final Load=[0 4 4]; C=[4.4 4.4 4.4] N=arrayfun(@(S) function1(S,C),FinalLoad...
13 years ago | 1 answer | 0
1
answerQuestion
May i know why i can't write: while(N~=[0 0 0]) in matlab?
N is a 1x3 array
13 years ago | 1 answer | 0
1
answerQuestion
Is it possible for MATLAB to import gml file to indicate no/position of nodes?
i need to do a simulation of calculating the load of a node based on its load, and its neighbouring node. Also, is there any...
13 years ago | 0 answers | 0