Stateflow beginner, need help with state diagram representation

조회 수: 3 (최근 30일)
I want to recreate the state diagram of my system in Statflow but I'm not sure how to do it. BM or M represents a switch that engages the window manually, BA or A represents automatic mode engagement. F represents my system.
I've already made a state diagram on paper, it's in French but follows the same model as the digital version
  댓글 수: 1
Laura
Laura 2024년 4월 7일
I don't think I represented it well, I put conditions on the arrows but again I don't know if that was the right thing to do. I didn't put an entrance, during or anything on the stalls... Can I improve my diagram? it's for an assignment, thanks for your answers!

댓글을 달려면 로그인하십시오.

채택된 답변

Benjamin Thompson
Benjamin Thompson 2024년 4월 9일
You may wish to try the Stateflow Onramp training:
https://matlabacademy.mathworks.com/details/stateflow-onramp/stateflow
Just doing a quick review you would want to use the && operator to logically combine your two inputs into a single transition condition:
[(BM==1) && (BW==0)]
For better help you can attach the model file to this thread, and if you have any specific questions about what your model is doing please include them.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Complex Logic에 대해 자세히 알아보기

제품


릴리스

R2024a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by