bdIsLoaded - Whether block diagram is in memory
Syntax
isLoaded = bdIsLoaded(bdnames)
Description
isLoaded = bdIsLoaded(bdnames) returns whether
or not a block diagram is in memory. bdnames can
be a string or a cell array of strings. All strings must be valid
block diagram names (which are the same as valid MATLAB variable
names). It is an error to supply a path to a block or subsystem.
isLoaded is a logical array with one entry
for each block diagram name. Examples:
Examples
bdIsLoaded('sf_car')returns
a logical scalar.
bdIsLoaded({'sf_car','vdp'})returns
a 1*2 logical array.
See Also
find_system
 | bdclose | | bdroot |  |
Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
Get this Simulink Kit