| Using Simulink | Search  Help Desk |
Getting Information About Library Blocks
Use thelibinfo 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 path
Library, the library name
ReferenceBlock, the reference block path
LinkStatus, the link status, either 'resolved' or 'unresolved'