Reputation: 8548
How do we create a library in Simulink ? I created a library for my project. But I am not sure how to use the blocks defined in the library in my project ?
Should all the blocks be masked subsystem in the library ?
Regards
Upvotes: 0
Views: 3488
Reputation: 1644
Just use File -> New -> Library to create the library. Then any subsystem you put in the library can be used as a link in your model. The subsystem does not have to be masked.
To use one, just drag the subsystem from the library into your model, and it will automatically create a link.
Upvotes: 2