photo

Md. Asadujjaman


Last seen: quasi 2 anni fa Attivo dal 2022

Followers: 0   Following: 0

Statistiche

  • Thankful Level 3
  • Thankful Level 2

Visualizza badge

Feeds

Visto da

Domanda


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

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 2 anni fa | 3 risposte | 0

3

risposte

Domanda


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

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta