Community Profile

photo

abdulrahim alhaj amin


Last seen: oltre 2 anni fa Attivo dal 2018

Followers: 0   Following: 0

Statistiche

All
  • Thankful Level 1
  • Solver

Visualizza badge

Feeds

Visto da

Domanda


Algorithm to scan the total elements in a matrix randomly
Ex: A=[1 2 3;4 5 6]; I want to run a for loop for this matrix to compare a RANDOM element like A(i,j)>=A(i,j+1) for the total ...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


How to choose a random coordinate (location like i,j) in a matrix
Ex: A[1 2 3; 4 5 6]; I want to select a random i,j of an element of this matrix thank you in advance

quasi 4 anni fa | 1 risposta | 0

1

risposta

Risolto


Replace secondary diagonal elements of a square array
Replace all the secondary diagonal elements of the square array A with the number n Example: A = [1 2 3 4 5 6 ...

quasi 6 anni fa