photo

Ashutosh


Last seen: 約1年 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Need help in transpose of triangular fuzzy matrix
Eq=[1 1 1]; Wa=[1 2 3]; Nb=[2 3 4]; Pb=[3 4 5]; Gd=[4 5 6]; Fg=[5 6 7]; Vg=[6 7 8]; Ab=[7 8 9]; Pf=[9 9 9]; DM=[Vg Ab A...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


Solve error : Index in position 2 exceeds array bounds. Index must not exceed 15.
a=2; m=5; n=15; %ADM is matrix of size 5by15 for i=1:m for k=1:3 B(i,k)=0; for j=1:n/3 B(i,k)=...

2年弱 前 | 0 件の回答 | 0

0

回答

質問


how to use exp for this problem
i=1; Un=3; sd=1.41; w=exp(-[[i-Un]^2]/2[sd]^2)

2年弱 前 | 1 件の回答 | 0

1

回答

質問


how to use symsum for this problem
sym=symsum([i-Un]^2,i,1,s); SD=(sym/n)^1/2;

2年弱 前 | 1 件の回答 | 0

1

回答

質問


How to find maximum element of particular column in a array
A=[1,2,3,4,5,18;7,8,9,16,11,12;13,14,15,10,17,6] Now I need maximum value of column 2,4 and 6 which is 14,16 and 18

2年弱 前 | 1 件の回答 | 0

1

回答