rama
Followers: 0 Following: 0
統計
MATLAB Answers
6 質問
0 回答
ランク
of 155,501
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
I want to do a knob for salt and pepper noise but the value of the noise dose not change
changingValue = event.Value; input=im2gray(a); %a is my image imshow(input,'Parent',app.UIAxes_2); ...
2年弱 前 | 2 件の回答 | 0
2
回答質問
showing the histogram in UIAxes_2 And not separately in the application
my code: global a; global input; input=im2gray(a); imhist(input)...
約2年 前 | 1 件の回答 | 0
1
回答質問
I want to ask about adaptive thresholding in my application
I want to do the threshold in a slider and i don't know how, can anyone help me please
約2年 前 | 1 件の回答 | 0
1
回答質問
I want to add more buttons but the area that appears is different from the area that appears when I enlarge the screen in application
hi, Can anyone help me with the problem of showing the application page Because I want to add more buttons but the area that app...
約2年 前 | 0 件の回答 | 0
0
回答質問
I want to ask about low pass filter in app design
Hi guys, anyone can help me with this (low pass filter) code, I do not know why it's not working
約2年 前 | 1 件の回答 | 0
1
回答質問
How can I convert my image to a red image
this is my code: function redImage(app, event) a=getappdata(0,'a'); red=a; red(:,:,2:3)=...
約2年 前 | 1 件の回答 | 0