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
truefor log variables,falseotherwise.