Community Profile

photo

Ramadhan Hakim


Last seen: 2 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

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

3 years ago | 1 answer | 0

1

answer

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

3 years ago | 1 answer | 0

1

answer