Community Profile

photo

Md. Asadujjaman


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 3
  • Thankful Level 2

View badges

Feeds

View by

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 3 answers | 0

3

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 2 answers | 0

2

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer