Laszlo Bodnar
2016 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
7 質問
0 回答
ランク
of 154,105
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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'); ...
8年弱 前 | 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...
約8年 前 | 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] ...
約8年 前 | 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