Community Profile

photo

jy tan


ntu

Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

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

answers

Question


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

answer

Question


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

answer

Question


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

answer

Question


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

answers

Question


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

answer

Answered
Is 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?

12 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...

12 years ago | 2 answers | 1

2

answers

Question


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...

12 years ago | 0 answers | 0

0

answers

Question


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...

12 years ago | 1 answer | 0

1

answer

Question


May i know why i can't write: while(N~=[0 0 0]) in matlab?
N is a 1x3 array

12 years ago | 1 answer | 0

1

answer

Question


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...

12 years ago | 0 answers | 0

0

answers