photo

Laszlo Bodnar


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
0 답변

순위
37,511
of 300,364

평판
1

참여
7 질문
0 답변

답변 채택
85.71%

획득한 표
1

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


get authority and hub scores from centrality function
I calculated authority and hub scores of a network's nodes using the following function: hub_ranks = centrality(G,'hubs'); ...

거의 9년 전 | 답변 수: 1 | 0

1

답변

질문


network visualization with nodes arranged in two columns in MatLab
I have the following matrix including strings in MatLab. This is basically a very simple network, consisting of 4 nodes only. (T...

대략 9년 전 | 답변 수: 0 | 0

0

답변

질문


how to count identical elements in a non-symmetrical matrix?
Suppose we have a binary, non-symmetrical, 4x4 matrix, like this one: exercise = [ 0 1 1 0 ; 1 0 0 1 ; 0 0 0 1 ; 1 1 0 0] ...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


removing tickmarks on image in MatLab2014a
I have created an image using the following code: smallmatrix_6partic=[0 1 0 0 0 0 ; 0 0 0 0 0 0 ; 0 1 0 0 0 0 ; 0 1 0 0 0 ...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


slight repositioning of X-axis labels in MatLab2014a
I have created an image using the following code smallmatrix_6partic=[0 1 0 0 0 0 ; 0 0 0 0 0 0 ; 0 1 0 0 0 0 ; 0 1 0 0 0 0...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


rotating x-axis labels on an image
I have created an image using the following code: smallmatrix_6partic=[0 1 0 0 0 0 ; 0 0 0 0 0 0 ; 0 1 0 0 0 0 ; 0 1 0 0 0 0...

9년 초과 전 | 답변 수: 1 | 1

1

답변

질문


extracting row and column indices from MatLab matrix
I have a simple matrix that I have imported into MatLab using the following code: D_input=[0 1 2 1 ; nan 0 2 1 ; nan nan 0 1...

9년 초과 전 | 답변 수: 2 | 0

2

답변