Thanos Lampridis
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
273,334
of 295,638
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
37.5%
VOTES RECEIVED
0
RANK
of 20,255
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,207
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
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...
8 years ago | 1 answer | 0
1
answerQuestion
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...
8 years ago | 1 answer | 0
1
answerQuestion
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....
8 years ago | 2 answers | 0
2
answersQuestion
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!...
8 years ago | 0 answers | 0
0
answersQuestion
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...
8 years ago | 0 answers | 0
0
answersQuestion
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 ...
8 years ago | 1 answer | 0
1
answerQuestion
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) ...
8 years ago | 1 answer | 0
1
answerQuestion
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...
8 years ago | 2 answers | 0