photo

jy tan


ntu

Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

11 Domande
1 Risposta

RANK
23.703
of 300.886

REPUTAZIONE
1

CONTRIBUTI
11 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
27.27%

VOTI RICEVUTI
1

RANK
 of 21.104

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 171.502

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Review
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


Is there any way to model a bus network?
By using adjacency matrix or some other way?

quasi 14 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 14 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 14 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 14 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 14 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 14 anni fa | 1 risposta | 0

1

risposta

Risposto
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?

quasi 14 anni fa | 0

Domanda


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

quasi 14 anni fa | 2 risposte | 1

2

risposte

Domanda


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

circa 14 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 14 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 14 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 14 anni fa | 0 risposte | 0

0

risposte