【Simulink应用-Stateflow01】

1.Stateflow Structure

2.State Description

Functon                         description

name/                         State name

entry:  entry actions;   the actions into state

during:    during actions;  the actions during state

exit:   exit actions;  the actions when exit state

on event_name: actions; the actions when occur events

blind;   events/data;  define the scope of events or data

3.Application of Stateflow(Reference Book)

 

posted on 2016-08-21 13:05  Ardo  阅读(305)  评论(0)    收藏  举报

导航