photo

jy tan


ntu

2011년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

11 질문
1 답변

순위
23,703
of 300,853

평판
1

참여
11 질문
1 답변

답변 채택
27.27%

획득한 표
1

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,319

참여
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

답변