Community Profile

photo

Ramadhan Hakim


Last seen: plus de 2 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


How to round UP to 1 decimal value?
Suppose I have a value x = 6.543. I want to round it up to 6.6. I tried x = 6.543; x_round = round(x,1); But it always retur...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


How to create a 5D matrix by repeating a 2D array?
Hello everyone, I'm trying to create a 5D matrix from a 2D array by repeating it for each array in the 5D matrix. I managed to ...

plus de 3 ans il y a | 1 réponse | 0

1

réponse