Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iulianoroberto/matlab_social_network_analysis
Basic Matlab scripts for social network analysis.
https://github.com/iulianoroberto/matlab_social_network_analysis
assortativity betweenness-centrality clustering graph hcu-rank matlab network-centrality node-importance social-network-analysis
Last synced: about 1 month ago
JSON representation
Basic Matlab scripts for social network analysis.
- Host: GitHub
- URL: https://github.com/iulianoroberto/matlab_social_network_analysis
- Owner: iulianoroberto
- Created: 2023-12-01T20:43:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-01T21:47:32.000Z (about 1 year ago)
- Last Synced: 2024-01-28T07:06:05.805Z (11 months ago)
- Topics: assortativity, betweenness-centrality, clustering, graph, hcu-rank, matlab, network-centrality, node-importance, social-network-analysis
- Language: MATLAB
- Homepage:
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MATLAB_social_network_analysis
Basic Matlab scripts for social network analysis (part of these script have been used in university project to analyze a multi energy system).## Metrics
A list of calculated metrics through scripts:
* Betweenness centrality.
* Hub and authority scores.
* Diameter and distances evaluation.
* Global and local assortativity.
* Closeness.
* HCU-rank score for importance ranking.## Previews
These are some graphs that you can obtain through the scripts or small variation of them.
![img](https://github.com/robertoiuliano98/MATLAB_social_network_analysis/blob/main/Previews/pr_1.PNG)
![img](https://github.com/robertoiuliano98/MATLAB_social_network_analysis/blob/main/Previews/pw_2.PNG)
![img](https://github.com/robertoiuliano98/MATLAB_social_network_analysis/blob/main/Previews/pw_3.PNG)
![img](https://github.com/robertoiuliano98/MATLAB_social_network_analysis/blob/main/Previews/pw_4.PNG)
![img](https://github.com/robertoiuliano98/MATLAB_social_network_analysis/blob/main/Previews/pw_6.PNG)