Muhammad Jibran
Followers: 0 Following: 0
Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
289.637
of 295.448
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
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
I want to get FFT of a live sound stream on guide, i have used following code to initialize a sound devise in MATLAB
d = daq.getDevices ; dev = d(2); handles.s = daq.createSession('directsound'); addAudioInputChannel(s,dev.ID,1:2); handles.s...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Using MATLAB GUI popup
I’m working on a GUI , I have use a popup menu which gets enabled on/off by clicking on a check box. As I click on the check bo...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
I have added an edit box in a gui. I want that Neither alphabets nor special characters appear in it. Only the numbers are allowed to be appeared
data= uicontrol (‘style’, ‘edit’, ‘string’, ‘ ‘, ‘position’, [35,30,60,15]); &&& comment if user presses any alphabet or spec...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
I’m using uncontrol check box , by command in a script, I have associated a function with check box, how can I get the handle of that function out
uicontrol('style', 'checkbox', 'string', 'plz tick', 'callback',{@dt,xm}; function h = dt(hObject,xm,~) h = line([xm xm] , [-...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
I have a a simpe graph, say sine wave. Using uicontrol i added a check box on the above-mentioned sinwave figure. Now on check box click/unclick a vertical line appears/disppears on figure. I wanwant to have handle of this line to slide it on the si
uicontrol('type','checkbox','string','plz tick','callback','{@dt,xm}'); Function H = dt(hObject,xm) H=line([xm xm] [-1 1]); ...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
I have created a gui in.Matlab having multiple radio buttons, I want single radio button selection at a time. Means, I want all other radio buttons unselected when I select one.
What should I add in call back of radio buttons
más de 7 años hace | 1 respuesta | 0