Code for best-worst method

10 ビュー (過去 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 Center および File ExchangeSpreadsheets についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by