Community Profile

photo

Md. Asadujjaman


Last seen: 2年弱 前 2022 年からアクティブ

統計

  • Thankful Level 3
  • Thankful Level 2

バッジを表示

Content Feed

表示方法

質問


Find the common elements in same indices in two arrays.
Suppose, A = [1001 1002 1003 2001 2002 1004 1005 2003 2004 2005] B = [1001 1002 2001 2002 ...

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

1

回答

質問


How can I count the sum of inverse value of each non zero elements of a matrix?
Suppose, x=[2 1 0 0 0 1 1 1 0 1 1 1 1 0 3 1] How can I count the sum of inverse value of each non zero element...

約2年 前 | 3 件の回答 | 0

3

回答

質問


How to determine a matrix presenting the number of times that element j appears at position i, and the number of times that element j appears immediately after k?
Suppose, j=6 elements = 11, 12, 13, 21, 22, 23 X, Y, Z are three arrays containing the permutation of j elements. X = [11 22 2...

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

1

回答

質問


Find the position of elements of an array in another array and measure the euclidean distance between two array elements.
Suppose, X = [11 12 13 21 22 23] A = [11 22 21 13 12 23] B = [11 13 21 23 22 12] At first, I want to find the position ...

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

2

回答

質問


Creating different types of arrays with conditions, then make an array with the combination of all elements, and finally separate the arrays with a sequence
Suppose, x and y are two variables. I want to make x number of arrays each containing y elements where each array elements wil...

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

1

回答

質問


Finding elements according to indices from an array
Suppose, x=[11 13 10 16 15 19 12 18 17 14] y=[1 2 5 7 10] I want to find th...

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

1

回答