Community Profile

photo

Md. Asadujjaman


Last seen: fast 2 Jahre vor Aktiv seit 2022

Followers: 0   Following: 0

Statistiken

  • Thankful Level 3
  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 2 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort