Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 12 Jahre vor | 2 Antworten | 0

2

Antworten