統計
MATLAB Answers
8 質問
0 回答
ランク
of 171,502
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
is it possible to move first GUI figure to center of window?
What syntax should I add in the first .m so that I can display the .fig file in the center of window. Thank you very much, I hav...
約7年 前 | 1 件の回答 | 0
1
回答質問
Clicking upload button and do not upload image (by clicking Cancel in the folder).
Hi, I want to know, is it possible to solve the error 'The file name or URL argument must be a string.' when I click Upload but ...
約7年 前 | 0 件の回答 | 0
0
回答質問
Is it possible to get latest value of distance after adjusting imdistline?
the value is generated automatically and I would like to get the latest value after adjusting the distance tools. Is there any o...
約7年 前 | 1 件の回答 | 0
1
回答質問
How can i display the value after adjusting imdstline?
After I run my program, i can straightly display the value that is showed in figure, there is a problem, if I want to adjust the...
7年以上 前 | 0 件の回答 | 0
0
回答質問
Why did I get the same value from radio button in a buttongroup?
When I click the button OK, it displays same value, while RGB is selected, value is 1, and HSV should be 0, but I can get the sa...
7年以上 前 | 1 件の回答 | 0
1
回答質問
How can I call the data from one GUI and display it in another GUI without saving the data in a txt file?
Below are my file, i can load the image after i save my uploaded image and use 'imread' in MY second GUI but i want to display t...
7年以上 前 | 2 件の回答 | 0
2
回答質問
How can I do summation pixel by pixel?
Below is my code im = imread('test.png'); imshow(im); [rows columns] = size(im); numberOfPixels = rows*col...
7年以上 前 | 1 件の回答 | 0
1
回答質問
How can I extract color feature of an image without extracting white color?
I = imread('coriander.png'); imshow(I); R = I(:,:,1); G = I(:,:,2); B = I(:,:,3); count = 0; if ...
7年以上 前 | 1 件の回答 | 0

