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

11 years ago | 1 answer | 0

1

answer

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

11 years ago | 1 answer | 0

1

answer

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

11 years ago | 2 answers | 0

2

answers

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

11 years ago | 1 answer | 0

1

answer

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

11 years ago | 1 answer | 0

1

answer

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

11 years ago | 1 answer | 0

1

answer

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

11 years ago | 2 answers | 0

2

answers

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

11 years ago | 1 answer | 0

1

answer

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

11 years ago | 1 answer | 0

1

answer

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

11 years ago | 1 answer | 0

1

answer

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

11 years ago | 2 answers | 0

2

answers