From 9f641fccf302d24e09eb967b4d041b24baf38ef9 Mon Sep 17 00:00:00 2001 From: ASIF HASAN Date: Tue, 19 Jan 2021 14:29:35 +0530 Subject: [PATCH] Update runMe.m --- runMe.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)