SYED ABOU ILTAF HUSSAIN - MATLAB Central
photo

SYED ABOU ILTAF HUSSAIN


Last seen: 7개월 전 2018년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB AnswersFile ExchangeFrom 09/18 to 01/25Use left and right arrows to move selectionFrom 09/18Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

순위
11,011
of 296,430

평판
4

참여
2 질문
3 답변

답변 채택
50.0%

획득한 표
2

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

9개월 전 | 다운로드 수: 2 |

제출됨


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

3년 초과 전 | 다운로드 수: 3 |

답변 있음
Use MATLAB to write code to solve the problem
here is the code for your problem

6년 초과 전 | 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 =...

6년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to assign elements in matrix after satisfying certain constraint?
Thank you everyone for your help

6년 초과 전 | 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 ...

6년 초과 전 | 답변 수: 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

6년 초과 전 | 1

Go to top of page