Question


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...

environ 12 ans il y a | 1 réponse | 0

1

réponse

Question


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 ...

environ 12 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 12 ans il y a | 2 réponses | 0

2

réponses

Question


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...

environ 12 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 12 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 12 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 12 ans il y a | 2 réponses | 0

2

réponses

Question


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...

environ 12 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 12 ans il y a | 1 réponse | 0

1

réponse

Question


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)=...

environ 12 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 12 ans il y a | 2 réponses | 0

2

réponses