질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 0 | 0

0

답변

질문


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년 전 | 답변 수: 0 | 0

0

답변

질문


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년 전 | 답변 수: 2 | 0

2

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변