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!