Time delay in matlab fuction block used in simulink model.
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Muhammad Mazhar Saeed Butt
el 30 de Jul. de 2018
Comentada: Muhammad Mazhar Saeed Butt
el 30 de Jul. de 2018
Hi, I developed a power system in simulink. Here, i also use matlab function block and some coding in it. Now i want that when simulink power system starts to simulate, then matlab function block do not operate for first 2 seconds of simulation. In other words i want 2 second time delay of matlab function block. How can i perform that?
Thanks
0 comentarios
Respuesta aceptada
Jim Riggs
el 30 de Jul. de 2018
Editada: Jim Riggs
el 30 de Jul. de 2018
Place your Matlab function block into a triggered subsystem block (or an enabled subsystem block), then trigger/enable the block based on time.
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!