Domanda


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

quasi 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 12 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 12 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 12 anni fa | 2 risposte | 0

2

risposte