| Using Simulink | ![]() |
Getting Information About Library Blocks
Use the libinfo command to get information about reference blocks in a system. The format for the command is
libdata = libinfo(sys)
where sys is the name of the system. The command returns a structure of size n-by-1, where n is the number of library blocks in sys. Each element of the structure has four fields:
Block, the block pathLibrary, the library nameReferenceBlock, the reference block pathLinkStatus, the link status, either 'resolved' or 'unresolved' | Displaying Library Links | Browsing Block Libraries | ![]() |