From: Wayne King on 11 Feb 2010 08:12 "Eskil Jönsson" <eskil_j(a)hotmail.com> wrote in message <hl0uup$977$1(a)fred.mathworks.com>... > > IS there any way to make a 'pause' or wait for 'one second' during the simulink simulation and then the simulation should start on its own after waiting for 'one second' > > > > Sandhi > > Maybe I am just stupid, but can't you just use pause(1)? Hi Eskil, the OP is asking about Simulink, how are you using the MATLAB function pause() in a Simulink model? Wayne
From: Prashant Sandhi on 11 Feb 2010 08:23 Yes Mr. Eskil, I would like to know if there is a block in simulink or any other way so that I can implenment in the middle of simulink blocks and pause the simulation for 1 sec and then continue. I will later connect one of the outputs of my simulink out put to this 'pause one sec' block as a feedback. This will cause the simulation 1sec pause when ever it passes through this 'pause' or ' wait' one secong. "Wayne King" <wmkingty(a)gmail.com> wrote in message <hl0vn4$sl4$1(a)fred.mathworks.com>... > "Eskil Jönsson" <eskil_j(a)hotmail.com> wrote in message <hl0uup$977$1(a)fred.mathworks.com>... > > > IS there any way to make a 'pause' or wait for 'one second' during the simulink simulation and then the simulation should start on its own after waiting for 'one second' > > > > > > Sandhi > > > > Maybe I am just stupid, but can't you just use pause(1)? > > Hi Eskil, the OP is asking about Simulink, how are you using the MATLAB function pause() in a Simulink model? > Wayne
First
|
Prev
|
Pages: 1 2 Prev: linear interpolation on image Next: How can I calculate the hours passed between two times |