Main Content
frest.findDepend
Namespace: frest
List of model path dependencies
Syntax
dirs
= frest.findDepend(model
)
Description
returns paths containing Simulink® model dependencies required
for frequency response estimation using parallel computing. dirs
= frest.findDepend(model
)model
is
the Simulink model to estimate, specified as a character vector
or a string. dirs
is a cell array, where
each element is a path character vector. dirs
is
empty when frest.findDepend
does not detect any
model dependencies. Append paths to
when
the list of paths is empty or incomplete.dirs
frest.findDepend
does not return a complete
list of model dependency paths when the dependencies are undetectable.
Examples
Version History
Introduced in R2010a