Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Is it possible to run an s-function containing a hybrid model (continuous and discrete blocks) in a model with a lower time step size?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Is it possible to run an s-function containing a hybrid model (continuous and discrete blocks) in a model with a lower time step size?
The time step size of the s-function is a multiple of the time step size of the main model. I put rate transition blocks at all ports of the s-function, but the simulation won't run.
Is this a general problem or might there be some unlucky settings that keep the simulation from running?
0 comentarios
Respuestas (2)
Don Zheng
el 8 de Jun. de 2017
Can you provide an example model? It is unclear what you mean by "an S-function containing a hybrid model".
0 comentarios
Andreas Schmidt
el 9 de Jun. de 2017
1 comentario
Don Zheng
el 9 de Jun. de 2017
I was able to create an S-fcn from a subsystem containing a Constant block with 'Inf' time step (continuous) and a Constant block with '1' second time step (discrete). When running this S-fcn in a model with 0.1s fundamental sample time, things seem to work fine. Do you have an error message when running your model?
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!