matlab9000 - MATLAB Central
photo

matlab9000


2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 03/18 to 03/25Use left and right arrows to move selectionFrom 03/18Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

8 質問
1 回答

ランク
27,165
of 297,716

評判
1

コントリビューション
8 質問
1 回答

回答採用率
37.5%

獲得投票数
1

ランク
 of 20,469

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,428

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Roberts and Sobel filtres?
How can I calculate the map of the amplitudes and direction of the edge points, using the Roberts and Sobel filters?

7年弱 前 | 0 件の回答 | 0

0

回答

質問


Why I display this error?
Hi, I converted two RGB images into the respective two images of itensity. Now I have to subtract the tip (pixel by pixel), but ...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


How can I read, in matlab, an image I have on my desktp with the imread () function?
How can I read, in matlab, an image I have on my desktp with the imread () function?

7年弱 前 | 1 件の回答 | 0

1

回答

質問


How is a text raised?
I have this code: subplot(4,2,1), imshow(c1, []), title('Piano del bit 1 * 2^[(n-1)]'); Why does not I put the (n-1) a...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


how to view the bit planes of an image?
I have separated the eight bit planes of the image like this: img= imread('cameraman.tif'); primo = bitget(img, 1); ...

7年弱 前 | 1 件の回答 | 1

1

回答

質問


How can I reset the h and s channels?
I have an image in hsv and I would like to set the h and s channels to 0 in order to have the desaturated image. How can I do?

約7年 前 | 1 件の回答 | 0

1

回答

回答済み
Why imhist do not run?
No, it's a default image of Matlab

約7年 前 | 0

質問


Why imhist do not run?
This is the code: img = imread('peppers.png'); imhist(img), grid; Display error, why?

約7年 前 | 4 件の回答 | 0

4

回答

質問


Why it does not display the two images in the same window using the subplot function?
This is the code: >> a = imread('peppers.png'); >> b = imread('moon.tif'); >> subplot(1,2,1), imshow(a) >> subplot...

約7年 前 | 1 件の回答 | 0

1

回答