Frage


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...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

fast 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

fast 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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(...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort