This repository has been archived on 2021-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
NC/mp2/Project.2.Maggioni.Claudio/ex3.m

5 lines
125 B
Mathematica
Raw Normal View History

2020-10-04 15:49:37 +00:00
clear;
clc;
load('householder/housegraph.mat')
names = split(strtrim(convertCharsToStrings(name')));
degcentrality(names, A);