test test
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
121,922
of 295,486
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
37.5%
VOTES RECEIVED
0
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,950
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
6 years ago | 1 answer | 0
1
answerQuestion
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 ...
6 years ago | 0 answers | 0
0
answersQuestion
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...
6 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 0 answers | 0
0
answersQuestion
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...
6 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 2 answers | 0
2
answersQuestion
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...
6 years ago | 1 answer | 0
1
answerQuestion
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 ...
6 years ago | 1 answer | 0