photo

test test


Actif depuis 2018

Followers: 0   Following: 0

Statistiques

MATLAB Answers

8 Questions
0 Réponses

RANG
171 800
of 302 098

RÉPUTATION
0

CONTRIBUTIONS
8 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
37.5%

VOTES REÇUS
0

RANG
 of 21 542

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 178 932

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

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...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


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 ...

plus de 7 ans il y a | 1 réponse | 0

0

réponse

Question


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...

presque 8 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 8 ans il y a | 1 réponse | 0

0

réponse

Question


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...

presque 8 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 8 ans il y a | 2 réponses | 0

2

réponses

Question


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...

presque 8 ans il y a | 1 réponse | 0

1

réponse

Question


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 ...

presque 8 ans il y a | 1 réponse | 0

1

réponse