Describe the Bug
webots-controller prints "starting matlab" even if no matlab executable is found (at least on Mac).
Steps to Reproduce
- Ensure that webots-controller does not find the installed matlab version (e.g. not on the global path) and don't specify it explicitly.
- Start webots-controller with a matlab controller.
Expected behavior
An error should be printed that no matlab version was found.
System
- macOS 13.4.1
- Matlab 2023a
Additional context
See discussion in #6366