Estadística
CLASIFICACIÓN
188.926
of 295.486
REPUTACIÓN
0
CONTRIBUCIONES
3 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.236
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
Problem to show image in GUI automatically (without press push button)
You just add command above gui_Singleton = 1; Like that, A = imread('filename'); imshow(A) Make sure that file image must be...
más de 5 años hace | 0
Pregunta
Slider for Resize font size
Dear all, I would Like to creat GUI by using slider to Resize my font size, such as it is in rang 8 to 36 for example. so how ...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
how to created and get data for use several action in pushbutton GUI?
%Sample code function a_input_Callback(hObject, eventdata, handles) input = str2num(get(hObject,'String')); ...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
about logical operator in if!
This is my code y = input('choose','s'); if y == 'a1' | y == '1a' disp('win') else disp('lost')...
más de 10 años hace | 1 respuesta | 0