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/ex4.m
2020-10-06 13:58:55 +02:00

9 lines
257 B
Matlab

clear;
clc;
load('householder/housegraph.mat')
names = split(strtrim(convertCharsToStrings(name')));
common1 = names((A(:,Golub) .* A(:, Moler)) == 1)
common2 = names((A(:,Golub) .* A(:, Saunders)) == 1)
common3 = names((A(:,TChan) .* A(:, Demmel)) == 1)