error in task 6 of robotic vacuum stateflow
16 ビュー (過去 30 日間)
古いコメントを表示
says that the transition is not correct, but is the same as the solution
0 件のコメント
回答 (1 件)
Divyajyoti Nayak
2024 年 8 月 26 日
I understand that you are going through the ‘Stateflow Onramp’ course and facing this issue.
I went through this section of the course and found that your transition from ‘Vacuum’ state to ‘SeekDock’ state is incorrect as you have used the AND operator (&&) instead of the OR operator (||) for the transition condition.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!