photo

Feynman


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

6 个提问
2 个回答

排名
39,078
of 300,953

声誉
1

贡献数
6 个提问
2 个回答

回答接受率
83.33%

收到投票数
1

排名
 of 21,123

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,946

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

已回答
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 前 | 0

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 2 个回答 | 0

2

个回答

已回答
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 前 | 0

| 已接受

提问


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

12 years 前 | 2 个回答 | 1

2

个回答