Error Messages/41267


Example error text

 BadFn(x)..BadFn(y)
 ^
 Undefined identifier, BadFn.

Cause

No variable or function with the indicated identifier (in this case, with the identifier BadFn) exists. You may have mistyped the name of a function or variable, or perhaps you haven't yet gotten around to adding the variable or function to your model.

Remedy

Fix the spelling error, or add the function or variable.

See Also

Comments


You are not allowed to post comments.