Why does an if block only run once?
Mostrar comentarios más antiguos
I have an issue in Simulink where I have to condition an output signal which currently is a striaght line, but should reset to zero when it hits a multiple of 360 degrees. This has been done by taking the input and subtracting 360 if true, else it's a straight-through. I've already tried an if-else block and action subsystems, however that seems to only execute once (i.e. when the output reaches 360 for the first time, after that it continues past 360 until the simulation times out).
Any ideas?

Respuesta aceptada
Más respuestas (2)
Terek Li
el 26 de Oct. de 2016
0 votos
'if' statement is not a loop, if you want to look it then use 'while'
Jon Emonson
el 26 de Oct. de 2016
0 votos
Categorías
Más información sobre Discontinuities en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!