SYED ABOU ILTAF HUSSAIN
Followers: 0 Following: 0
Statistik
RANG
10.713
of 295.527
REPUTATION
4
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
2
RANG
11.873 of 20.242
REPUTATION
34
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
2 Dateien
DOWNLOADS
10
ALL TIME DOWNLOADS
351
RANG
of 154.057
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gesendet
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.
8 Monate vor | 6 Downloads |
Gesendet
AHP AND CROSS ENTROPY BASED MCDM
Code for 5 different MCDM methods with weights calculation can be done by AHP and cross entropy
mehr als 3 Jahre vor | 4 Downloads |
Use MATLAB to write code to solve the problem
here is the code for your problem
etwa 6 Jahre vor | 1
Frage
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 =...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortHow to assign elements in matrix after satisfying certain constraint?
Thank you everyone for your help
etwa 6 Jahre vor | 0
Frage
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 ...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortHow 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
etwa 6 Jahre vor | 1