Create Library in Simulink
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 li开发者_如何学运维brary in my project ?
Should all the blocks be masked subsystem in the library ?
Regards
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.
精彩评论