Using Simulink | ![]() ![]() |
Creating a Library
To create a library, select Library from the New submenu of the File menu. Simulink displays a new window, labeled Library: untitled. If an untitled window already appears, a sequence number is appended.
You can create a library from the command line using this command.
new_system('newlib', 'Library')
This command creates a new library named 'newlib'
. To display the library, use the open_system
command. These commands are described in Chapter 10, Model Construction Commands..
The library must be named (saved) before you can copy blocks from it.
![]() | Terminology | Modifying a Library | ![]() |