photo

Feynman


2013 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
2 回答

ランク
39,078
of 300,946

評判
1

コントリビューション
6 質問
2 回答

回答採用率
83.33%

獲得投票数
1

ランク
 of 21,119

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,851

コントリビューション
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年以上 前 | 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年 前 | 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年 前 | 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年 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 0

| 採用済み

質問


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

12年以上 前 | 2 件の回答 | 1

2

回答