Time based function simulink....
Mostrar comentarios más antiguos
I need to make a time based function in Simulink with values between 0 and 1 for 1 day in 10min steps.... Anybody having an idea please help....
Respuesta aceptada
Más respuestas (2)
ES
el 23 de Sept. de 2013
0 votos
Are your output values discrete? I mean 1 and 0 only? In this case you can use a stateflow with two states 'on' and 'off' and a counter to move between the two states.
If your values are boundaries of continuous values, use a float output as a function (denominator factor) of the counter.
1 comentario
Smith Steven
el 23 de Sept. de 2013
Smith Steven
el 23 de Sept. de 2013
0 votos
Categorías
Más información sobre Simulink en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!