photo

Thanos Lampridis


Actif depuis 2016

Followers: 0   Following: 0

Statistiques

MATLAB Answers

8 Questions
0 Réponses

RANG
178 768
of 301 379

RÉPUTATION
0

CONTRIBUTIONS
8 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
37.5%

VOTES REÇUS
0

RANG
 of 21 244

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 174 273

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 1

Afficher les badges

Feeds

Afficher par

Question


Write in a text file from GUI appending new results down from older
I'm writing a GUI where i count seven values and put on a uitable. I want to push a button and, when i have new results, I want...

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

1

réponse

Question


Add values from beginng to uitable in GUI without erasing the olds .
Hello i'm writting a GUI and i want to add the values without erasing the older ones.I watched this video which was very helpful...

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

1

réponse

Question


Load an image which i choose from a spesific folder
I'm building a GUI in which i have a button that i want to load an image from specific folder.But i don't want a specific image....

plus de 9 ans il y a | 2 réponses | 0

2

réponses

Question


Image display with button,calculation and display value with other buttons problem
<</matlabcentral/answers/uploaded_files/59037/problem2.jpg>> I'm building a GUI and i have stuck and can't find the solution!...

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

0

réponse

Question


Image Load,imContour and display in GUI
Hello i'm building this GUI and i need a little help!In my GUI i want to have a push button which would do this : a=imread('C:\U...

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

0

réponse

Question


Outline of an image
I have a .bmp image of one tool.I want to find the outline of the object but not with the use of imcontour but with the help of ...

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

1

réponse

Question


Table's rows pow and the sum
I'm building this code I'm building this code >> A=imread('C:\Users\ADMIN\Desktop\canada.bmp'); >> level=graythresh(A) ...

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

1

réponse

Question


How to convert a numeric array to a table.I want the first row of data of the array to be J and the second row of data to be K in a table T[J K];
>> A=imread('C:\Users\ADMIN\Desktop\canada.bmp'); >> level=graythresh(A); >> B=im2bw(A); >> O=imcontour(B); I'm bu...

plus de 9 ans il y a | 2 réponses | 0

2

réponses