Code for best-worst method

7 visualizaciones (últimos 30 días)
Ali Naeemah
Ali Naeemah el 15 de Oct. de 2021
Editada: Ali Naeemah el 11 de Nov. de 2021
Hello, ladies and gentlemen,
Please kindly,
I have the MATLAB code attached below for the best-worst method.
Can you highlight or identify the place that I have to insert my values, please? I am confused about where I have to insert my values exactly in the code. as shown in the attached file and link of the code.
Thank you so much

Respuesta aceptada

Abhishek Kolla
Abhishek Kolla el 11 de Nov. de 2021
Hi,
In the above code it is clear that the input data is read from an excel file.
DATA = xlsread("Data.xlsx");
The values need to be inserted in the excel file before reading the file. However xlsread is not recommended in the latest versions. The other alternative functions can be referred here (Not recommended) Read Microsoft Excel spreadsheet file - MATLAB xlsread (mathworks.com)
  1 comentario
Ali Naeemah
Ali Naeemah el 11 de Nov. de 2021
Editada: Ali Naeemah el 11 de Nov. de 2021
thank you so much

Iniciar sesión para comentar.

Más respuestas (0)

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by