If subsystem output is not the same as expected
1 次查看(过去 30 天)
显示 更早的评论
Good evening, i am doing a model of a distance relay via simulink and in that matter i need to use many subsytem to devide the work and operation and some of these subsystem has to work only when a certain condition is true so i used an if and if subsytem and when i tried to make the subsystem of the if subsystem the same as my subsystems in the model when i run the model the ouputs are not the same and i need them to be the same as most of the design is relying on that concept so can anyone please guide on what to do ? here are two images of the ouputs one from the normal subsystem and other from if subsystem
2 个评论
Mohamad Nazir
2023-6-26
Hi, have you checked if your if conditions are accurate? Could it be that the subsystem is activated more than the if subsystem? It is hard to evaluate what may be going wrong without the model, but you can try to use an enabled subsystem instead of an if subsystem. https://www.mathworks.com/help/simulink/ug/enabled-subsystems.html
Hope that helps
回答(0 个)
社区
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Subsystems 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!