Skip to content

Commit b8b3b47

Browse files
authored
Update narytopsis.m
1 parent cc90c57 commit b8b3b47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

narytopsis.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
a=zeros(m,n);
1111
%Normalization to unit interval:
12-
a=normalization(x);
12+
%a=normalization(x);
13+
a=normalize(x,'range'); %matlab's own normalization function
1314
%weigted normalized decision matrix:
1415
r=we.*a;
1516
%Positive and negative ideal solutions:

0 commit comments

Comments
 (0)