Code for best-worst method

조회 수: 8 (최근 30일)
Ali Naeemah
Ali Naeemah 2021년 10월 15일
편집: Ali Naeemah 2021년 11월 11일
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

채택된 답변

Abhishek Kolla
Abhishek Kolla 2021년 11월 11일
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
Ali Naeemah
Ali Naeemah 2021년 11월 11일
편집: Ali Naeemah 2021년 11월 11일
thank you so much

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by