
this error Temporal logic can be used only on transitions that are reachable from exactly one state. from stateflow code and i do not know what is the problem
12 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
samah ali
el 27 de Ag. de 2017
i am trying to put time as an action in a stateflow code and i recieve this error Temporal logic can be used only on transitions that are reachable from exactly one state. i do not know what is the problem
0 comentarios
Respuesta aceptada
Felix
el 27 de Mzo. de 2019
Editada: Felix
el 27 de Mzo. de 2019
It means you cannot use any of these temporal logic operators without a state that is defined previous to them.
Maybe this visualisation helps (of course the transition conditions etc. are missing):

(This might be a little too late to solve your problem ;) but maybe someone else has encountered similar difficulties...)
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Stateflow en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!