error in task 6 of robotic vacuum stateflow

20 visualizaciones (últimos 30 días)
andre
andre el 24 de Ag. de 2024
Comentada: Himanshu Dhande el 12 de Feb. de 2025 a las 21:06
says that the transition is not correct, but is the same as the solution

Respuestas (2)

Divyajyoti Nayak
Divyajyoti Nayak el 26 de Ag. de 2024
Hi @andre,
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.

Srinivasan
Srinivasan el 13 de En. de 2025
Hello, I'm also facing the same issue even though, I used the OR (||) operator.
  1 comentario
Himanshu Dhande
Himanshu Dhande el 12 de Feb. de 2025 a las 21:06
I faced the similar issue while completing this course. Check if the condition defined is [requestMode == 1 || complete == 1]. Make sure the brackets and the OR (||) are used/placed correctly.

Iniciar sesión para comentar.

Categorías

Más información sobre Complex Logic 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!

Translated by