photo

Emmanuel Fajuyigbe


Actif depuis 2017

Followers: 0   Following: 0

Statistiques

MATLAB Answers

7 Questions
0 Réponses

RANG
253 763
of 301 522

RÉPUTATION
0

CONTRIBUTIONS
7 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
42.86%

VOTES REÇUS
0

RANG
 of 21 315

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 175 118

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Review
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


How can I rank my results using Electre methodology
h = 0 1 1 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 ...

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


why do we need to normalize data in matlab? what is the purpose?
I need a short but meaningful answer. Thanks

presque 9 ans il y a | 2 réponses | 0

2

réponses

Question


How can I Determine the worst alternative and the best alternative in MATLAB regarding my excel dataset ?
Output = zeros(size(Data,1),1); for i = 1 : size(Data,1) for j = 1 : size (Data,2) Output(i) = ...

presque 9 ans il y a | 1 réponse | 0

0

réponse

Question


I need a Function to determine the best and worst alternative in matlab will need it for topsis
[TOPSISOutput1 O12 O13] = TOPSIS(NormalData,CriteriaTypes);

presque 9 ans il y a | 1 réponse | 0

0

réponse

Question


normalization 0 and 1 in matlab imported from excel just for one row
3 4 1 2 3 5 4

presque 9 ans il y a | 2 réponses | 0

2

réponses

Question


madm saw method in matlab how do I apply that???
I want to apply this method on my dataset. I understand the concept but however, when it comes to applying it to my table I do...

presque 9 ans il y a | 1 réponse | 0

0

réponse

Question


Hi I need a function to normalize my excel file in Matlab between zero and one I need input and output, the name of the file is softwareadyfornormalization and the excel file is 26 * 7 table it is my first time using matlab sorry for the mess
function z function Z = normalization Z = ('softwareadyfornormalization'); for i = 1 : size(Z,2) MaxValue = max(Z(:...

presque 9 ans il y a | 1 réponse | 0

1

réponse