Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)