| Simulink® | ![]() |
libdata = libinfo('sys')
libdata = libinfo('sys') returns information about library blocks referenced by sys and all of the systems underneath it. The command returns an array of structures that describes each library block referenced by the model. Each structure has the following fields:
Block
Path of the link to the library block.
Library
Name of the library containing the referenced block.
ReferenceBlock
Path of the library block.
LinkStatus
Value of the LinkStatus parameter for the link to the library block.
This command also accepts search constraints as additional arguments. For instance:
libdata=libinfo(Sys,'FollowLinks','off')
See find_system for more information.
![]() | legacy_code | linmod, dlinmod, linmod2, linmodv5 | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |