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/ex5.m
2020-10-06 14:43:53 +02:00

6 lines
No EOL
121 B
Matlab

clear;
clc;
load('householder/housegraph.mat')
names = split(strtrim(convertCharsToStrings(name')));
pagerank(names, A);