Why is Matlab Stateflow 7.7 not throwing errors on undefined variables?

Posted by Pyrolistical on Stack Overflow See other posts from Stack Overflow or by Pyrolistical
Published on 2010-05-06T17:44:09Z Indexed on 2010/05/06 17:48 UTC
Read the original article Hit count: 159

Filed under:
|
|
|

Previously in Matlab Stateflow 7.1 all variables and functions had to be included before they can be referred to in the state diagram or else it would throw an error when you tried to parse the diagram.

But now in 7.7 it doesn't catch those kinds of errors. Its still compiling the diagram because it catches other syntactic errors.

Am I missing an option somewhere? Can this be turned on?

© Stack Overflow or respective owner

Related posts about matlab

Related posts about stateflow