photo

Laszlo Bodnar


Aktiv seit 2016

Followers: 0   Following: 0

Statistik

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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'); ...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


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

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten