photo

jy tan


ntu

2011 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

11 質問
1 回答

ランク
23,703
of 300,759

評判
1

コントリビューション
11 質問
1 回答

回答採用率
27.27%

獲得投票数
1

ランク
 of 21,081

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,900

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • First Review
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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

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

0

回答

質問


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

14年弱 前 | 1 件の回答 | 0

1

回答

質問


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

14年弱 前 | 1 件の回答 | 0

1

回答

質問


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

14年弱 前 | 1 件の回答 | 0

1

回答

質問


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

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

0

回答

質問


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

14年弱 前 | 1 件の回答 | 0

1

回答

回答済み
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?

14年弱 前 | 0

質問


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

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

2

回答

質問


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

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

0

回答

質問


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

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

1

回答

質問


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

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

1

回答

質問


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

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

0

回答