diff --git a/runMe.m b/runMe.m index 0dc8f93..d3feb4e 100644 --- a/runMe.m +++ b/runMe.m @@ -7,7 +7,7 @@ % decision maker nameOfCriteria = {'Cost of delivery','Lead time','Non-competitor','Price','Production fac.','Quality','Compliance','Sus. per'}; -A_B = [3 4 6 1 5 2 9 7 ; +A_B = [7 4 6 1 5 2 9 7 ; 1 2 8 4 5 3 9 6; 2 2 3 1 5 5 9 8 ; 2 1 8 2 9 3 8 8 ; @@ -28,4 +28,4 @@ averageWeight = mean(w_final) - probability = plotGraph(w_final,nameOfCriteria) \ No newline at end of file + probability = plotGraph(w_final,nameOfCriteria)