Estadística
4 Preguntas
0 Respuestas
CLASIFICACIÓN
165.220
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
4 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
25.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
Print an image in Matlab GUI
How do you print an image from a printer in Matlab GUI? I get an error using the code below. Please help me. Undefined fu...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
When I run the main function from mscript, it puts the variables in the workspace which I can access them in GUI using "evalin". How do I put the variables in the GUI workspace without running the main mscript file from a command window?
function PushMe_Callback(hObject, eventdata, handles) set(handles.output_line,'String','I Got here'); Get_Length(Note_Vecto...
alrededor de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
How to call a function inside a Matlab GUI
function PushMe_Callback(hObject, eventdata, handles) set(handles.output_line,'String','I Got here'); Get_Length(Note...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I concatenate two or more wav files in Matlab. This is a code that I've been trying to implement in order to play a continous song, but it just plays the wav files one by one. Please help me.
function [a b]=Get_Wavfile(n,m); switch n if m ==1 [a b] = wavread('E:\Samples\002.wav',[1 36000]); elseif m==...
alrededor de 12 años hace | 1 respuesta | 0