Pregunta


How can i get value of another function in gui
How can i get value of checkbox inside another fuction? For example: function checkbox1_Callback(hObject, eventdata, ha...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Checking if variable exists in GUI
Hi, in my GUI i want to check if variable m exists and if so do some stuff with it and if it doesnt exist do something else...I ...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Show column which starts with certain numbers
Hi, i have matrix size 500x500. And i need to find column which starts with vector [1 2]'. Only one column in whole matrix start...

más de 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


how to let user define a name of avi file
Hi, im making avi file using movie2avi function. im wondering if there is a way to let user choose a name of that avi file...i t...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


asking for avi name - movie2avi
Hi, im making avi file using getframe and movie2avi. Is there a way to display window that will ask for a name of avi file? Some...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Transport cell between functions
Hi, is there any way to make trasport cell between functions in GUI? It works fine if the cell is global variable. But its not w...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Frame must be 0 by 0 error during movie2avi
Hi, im trying to make avi file using getframe. Ive done a lot of movies but now it crashed. Matlab says: Error using avifil...

más de 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Slider is still at min and not moving
Hi, this is part of my super simple slider, but it still not working...Slider is not moving. Thanks for help!! function s...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Subscripted assignment dimension mismatch
Hi I have function m=0; for i=1:18 for j=i+1:19 m=m+1; pvalue(:,m) = [i j min(microst{i,j}(scale1:scale2...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Saving to structured variable in loop
Hi This is part of my code: for i=1:18 for j=i+1:19 x = data(i,:); y = data(j,:); wcoh.(i,j)=...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how do i check if line in plot exists and if yes delete it otherwise nothing
I have GUI with some plots. and in the plot there migt be lines in it. and when i pres certain button i want to check if there a...

más de 11 años hace | 2 respuestas | 0

2

respuestas