Skip to content

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 (true means active, false means inactive) for each LHS name from the list.

Options

Description

Examples