From ff9c4c1caab2fb0167aac7ff425332fd7c37b49d Mon Sep 17 00:00:00 2001 From: ASIF HASAN Date: Sun, 17 Jan 2021 16:40:52 +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..7224a7a 100644 --- a/runMe.m +++ b/runMe.m @@ -6,7 +6,7 @@ %A_B is the matrix whose rows are the best-to-others vector of each % decision maker -nameOfCriteria = {'Cost of delivery','Lead time','Non-competitor','Price','Production fac.','Quality','Compliance','Sus. per'}; +nameOfCriteria = {'Cost oftest delivery','Lead time','Non-competitor','Price','Production fac.','Quality','Compliance','Sus. per'}; A_B = [3 4 6 1 5 2 9 7 ; 1 2 8 4 5 3 9 6; 2 2 3 1 5 5 9 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)