isLinkActive (Model)
True if dynamic link is active
Syntax
flag = isLinkActive(model, list)
db = isLinkActive(model)
Input arguments
model [ Model ]
Model object whose dynamic links, i.e.
[!links](irislang/links), will be queried.
list [ char | cellstr | string ]
List of LHS names whose dynamic links will be (re)activated.
Output arguments
flag [ logical ]
Logical array with the status (
truemeans active,falsemeans inactive) for each LHS name from thelist.