photo

GS


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
264,444
of 300,352

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,212

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

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

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

9 years ago | 2 answers | 0

2

answers