photo

Feynman


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

6 Questions
2 Answers

RANK
39,052
of 300,851

REPUTATION
1

CONTRIBUTIONS
6 Questions
2 Answers

ANSWER ACCEPTANCE
83.33%

VOTES RECEIVED
1

RANK
 of 21,094

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 171,294

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


Creating a "mask" over an image
I am given a project using matlab. With an image I am supposed to separate the RGB of the image into 3 2 dimensional matrices. T...

8 years ago | 2 answers | 0

2

answers

Question


Finding time with nested loops
I am given a task to do in matlab where using nested loops, I am supposed to determine the amount of time spent above 50,000 fee...

12 years ago | 1 answer | 0

1

answer

Answered
How can I set up an RGB threshold
image_R = image(:,:,1); R_thres = sum(sum(image_R))/numel(image_R); image_G = image(:,:,2); G_thres = sum(sum...

12 years ago | 0

Question


How can I set up an RGB threshold
I am given an image and using an input value by the user called thrper I am to calculate a threshold value for each of the color...

12 years ago | 2 answers | 0

2

answers

Question


Replacing elements in matrix with relational operations
I am given a problem where I am given a matrix and I am suppose to change the values of the matrix depending on if a certain ele...

12 years ago | 2 answers | 0

2

answers

Question


How would you create a mask on an image?
I am doing a project and one of the tasks is to create a matrix with number of pixels x number of pixels x 3 as its size. In the...

12 years ago | 2 answers | 0

2

answers

Answered
How to remove G from RGB image
This is for a project and the purpose of this specific task is to see the effects of removing a channel from an image. My profes...

12 years ago | 0

| accepted

Question


How to remove G from RGB image
How would you remove G from an RGB image?

12 years ago | 2 answers | 1

2

answers