stateflow

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

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 ...

matlab stateflow vs. Rhapsody

In Rhapsody - after creating a class, one can create many similar objects (instances) of that class. In matlab's stateflow tool - one can create a state which is, as far as I know, an object. Is there a possibility to use a state in matlab's stateflow tool as a class and create one or more objects of it? ...