Statistica
RANK
10.743
of 298.247
REPUTAZIONE
4
CONTRIBUTI
2 Domande
3 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
2
RANK
11.858 of 20.553
REPUTAZIONE
36
VALUTAZIONE MEDIA
0.00
CONTRIBUTI
2 File
DOWNLOAD
6
ALL TIME DOWNLOAD
366
RANK
of 160.685
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Inviato
Cross-entropy integrated MCDM techniques
This is the code for cross-entropy integrated 5 different MCDM methods viz. ARAS, VIKOR, TOPSIS, modified TOPSiS, and MOORA.
circa un anno fa | 5 download |
Inviato
AHP AND CROSS ENTROPY BASED MCDM
Code for 5 different MCDM methods with weights calculation can be done by AHP and cross entropy
quasi 4 anni fa | 1 download |
Use MATLAB to write code to solve the problem
here is the code for your problem
oltre 6 anni fa | 1
Domanda
Assigning elements for a matrix.
Let us consider three matrix A = [a11, a12, a13, a14; a21, a22, a23, a24; a31, a32, a33, a34] B = [b11; b21; b31] C =...
oltre 6 anni fa | 1 risposta | 0
1
rispostaHow to assign elements in matrix after satisfying certain constraint?
Thank you everyone for your help
oltre 6 anni fa | 0
Domanda
How to assign elements in matrix after satisfying certain constraint?
How to create a m*n matrix such that the sum of the first (m-1) elements must be less than or equal to the mth element and also ...
oltre 6 anni fa | 1 risposta | 0
1
rispostaHow do I create a (10,10) matrix containing numbers from 1 to 100?
Try this a= [1:10]; for i=2:10 a(i,:)=a(i-1,:)+10; end
oltre 6 anni fa | 1