Feeds
질문
Help creating a for loop and/or function that compares the values of each iteration to the one before it.
Below I've put the code I'm working with now, which starts with two matrices (x and X). X is my target matrix and I am strugglin...
거의 6년 전 | 답변 수: 1 | 0
1
답변질문
How to write a function that changes values within a matrix a certain amount of times, and saves results in a new matrix.
I have two matrices, x and y, which are each composed of 400 random values all between 1 and 20. I want to randomly select value...
거의 6년 전 | 답변 수: 0 | 0
0
답변질문
How to randomly select values in one matrix and make them equal to values of a second matrix?
I have two separate matrices, X and Y, both containing 400 random numbers all between 1 and 20 (but X does not equal Y). I would...
거의 6년 전 | 답변 수: 1 | 0