Break loop with button click Appdesigner GUI [if button is pressed] [Both plot and button are in different functions]

前端 未结 0 578
情深已故
情深已故 2020-12-02 06:06

I have a Appdesigner GUI MATLAB I have a button and there is a loop like this

function RUN()
t=1:0.01:3600;
for i=1:numel(t)
    y(1,i)=readValue();
    plot(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题