Feeds
질문
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...
대략 5년 전 | 답변 수: 1 | 0
1
답변질문
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 ...
5년 초과 전 | 답변 수: 1 | 0

