photo

Md. Asadujjaman


Last seen: alrededor de 2 años hace Con actividad desde 2022

Followers: 0   Following: 0

Estadística

  • Thankful Level 3
  • Thankful Level 2

Ver insignias

Feeds

Ver por

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta