photo

SYED ABOU ILTAF HUSSAIN


Last seen: 1 year 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

2 个提问
3 个回答

File Exchange

2 文件

排名
11,019
of 300,166

声誉
4

贡献数
2 个提问
3 个回答

回答接受率
50.0%

收到投票数
2

排名
11,896 of 20,884

声誉
37

平均
0.00

贡献数
2 文件

下载次数
4

ALL TIME 下载次数
374

排名

of 167,596

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • GitHub Submissions Level 1
  • Thankful Level 1
  • Personal Best Downloads Level 1
  • First Submission
  • First Answer

查看徽章

Feeds

排序方式:

已提交


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.

1 year 前 | 1 次下载 |

0.0 / 5

已提交


AHP AND CROSS ENTROPY BASED MCDM
Code for 5 different MCDM methods with weights calculation can be done by AHP and cross entropy

4 years 前 | 3 次下载 |

0.0 / 5

已回答
Use MATLAB to write code to solve the problem
here is the code for your problem

7 years 前 | 1

提问


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 =...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
How to assign elements in matrix after satisfying certain constraint?
Thank you everyone for your help

7 years 前 | 0

提问


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 ...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
How 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

7 years 前 | 1