What is difference between mdlInitializeConditions and mdlStart?
1 次查看(过去 30 天)
显示 更早的评论
Hello,
Is there any difference between mdlInitializeConditions and mdlStart in s-function?
Thanks,
Vit
0 个评论
回答(1 个)
Dhaniklal
2023-1-18
Hi,
I understand that you would like to know the difference between mdlInitializeConditions and mdlStart and I assume that you know why these functions are used.
In terms of how and when these should be used, there would be a difference. Let's say your S-function is part of an enabled subsystem and needs to be reinitialized whenever the subsystem is enabled. Then use mdlInitializeConditions instead of mdlStart.
For more information, please follow the below links:
mdlInitializeConditions : Initialize the state vectors of this C MEX S-function - MATLAB mdlInitializeConditions - MathWorks India
Hope this helps!
Thanks,
Dhaniklal
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Block and Blockset Authoring 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!