Question


elseif in not executing. how to rectify this.
Y=[0.946;0.2212;0.4123;0.90191;0.5432;.01546] Y_min=min(Y); Y_max=max(Y); for i=1:6 if Y(i)<=Y_min...

6 years ago | 1 answer | 0

1

answer

Question


can any body send matlab code on fuzzy decision making
can any body send a normal example matlab code on fuzzy decision making

6 years ago | 1 answer | 0

1

answer

Question


how to develop membership function.
ex: 900 0.4512 832 0.3216 690 0.5156 for this type data how to develop membership function having maximum an...

6 years ago | 0 answers | 0

0

answers

Question


how to develop membership function in fuzzy for a data?
if i am having data 10*2 size for each point 1*2 size i want to develop membership function. i.e 200 0.0986 180 0.832...

6 years ago | 0 answers | 0

0

answers

Question


i want to make the rows of some elements values empty and should be maintain the other row value
example; m(1)=[1 4 6 8 10 11 17 26 90]; %(first iteration) m(2)=[2 1 14 11 0 0 0 0 0 ]; %(sec...

6 years ago | 2 answers | 0

2

answers

Question


after concatenation of matrix of different dimension how to extrat value of particluar row and column
m1=rand(10,2); m2=rand(10,3); m3=rand(10,6); m={m1,m2,m3}; if i want m2(3,2) i will get value, but using m i want to get m2(...

6 years ago | 1 answer | 0

1

answer

Question


how to combine different matrix dimensions into a single matrix ?
for example i having m1=10*2, m2=10*3, m3=10*6; i want m=[m1,m2,m3] but due to different dimension it is not getting so any poss...

6 years ago | 1 answer | 0

1

answer

Question


My question related to find the nearest point to the centroid of the each cluster?
after reducing the pareto set, the centroid of the clusters can be found, after finding the centroid of cluster i need to find n...

6 years ago | 1 answer | 0

1

answer