Skip to content

islog (Model)

True for variables declared as log-variables

Syntax

flag = isLog(m, name)

Input arguments

m [ model ]

Model object.

name [ string ]

Name or names of model variable(s).

Output arguments

flag [ true | false ]

The output flag is true for log variables, false otherwise.

Description

Examples