Thanos Lampridis
Followers: 0 Following: 0
Estadística
8 Preguntas
0 Respuestas
CLASIFICACIÓN
273.222
of 295.527
REPUTACIÓN
0
CONTRIBUCIONES
8 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
37.5%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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....
alrededor de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
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!...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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) ...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 8 años hace | 2 respuestas | 0