Class: slreq.Link
Package: slreq
Check if the link source is resolved
tf = isResolvedSource(myLink)
checks if the source of the link tf
= isResolvedSource(myLink
)myLink
is resolved.
A resolved link has an available source and destination. If a link source or destination is not available, the link is unresolved. For example:
A link becomes unresolved if you delete a linked block from a model.
A link is unresolved if a source or destination file, such as a Simulink® Test™ test file, is not loaded in memory.
isResolved(myLink) ans = logical 0