Community Profile

photo

GS


Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 2 answers | 0

2

answers