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)