First of all thanks for the help. However, that's not exactly what I meant.
I have made a form in GUIDE on which I have 4 axes (graphs), and i don't know how to get the Plot function to plot on the graph of my choosing...sorry if I'm being a bit slow, I'm new to MATLAB.
Thanks.
I have a simple while loop:
____________________________
while play
wavplay(wavout,Fs)
end
____________________________
The problem is that it is supposed to stop when the user presses the stop button, which will make play = 0, stopping the loop. But during the loop, the user can't...
Hi, I was wondering how to get a callback for a control to execute when I want it to (through code).
What I'm trying to do is to get the callback for a popupmenu to execute when the application starts.
Thanks,
Nishant