Feeds
질문
How do I assign a range of values in an array to specific colors?
I have extracted a 2-D matrix from a RGB 3-D matrix. The values in this 2-D matrix range from 0 - 10,000. I would like for certa...
9년 초과 전 | 답변 수: 1 | 0
1
답변질문
Is it possible to multiply a 3x3 matrix by the COLUMNS of a 3x3 matrix without using a loop and store the results in a new 3x3matrix?
For example if I have the matrix z = [1 2 3; 1 2 3; 1 2 3] and I have another matrix t = [ 2 2 2; 2 2 2; 2 2 2]. I want to multi...
거의 10년 전 | 답변 수: 1 | 0
1
답변질문
Is it possible to multiply elements in a matrix greater than a certain value without using a loop?
For example is it possible to find all the values greater than 1 in matrix 1 and multiply all the values greater than 1 by 2, so...
거의 10년 전 | 답변 수: 2 | 0
