How to include s-functions in a "library model"?
1 view (last 30 days)
Show older comments
I have created some simulink models that include some s-functions. If I want to create a library with these model can I "include" s-functions in the "library model"?
0 Comments
Accepted Answer
Ravi
on 4 Oct 2013
Open an empty library model. Copy all your models into that library.
Create an .m file to run your library. Copy it in the working directory. If you call that .m file. Your library gets loaded. Just restart simulink. Watch it in the Blocks list..
0 Comments
More Answers (0)
See Also
Categories
Find more on Programmatic Model Editing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!