Can I deploy MATLAB scripts onto my LEGO Mindstorms EV3 brick?

5 views (last 30 days)
When I create a Simulink model using blocks from the Simulink Support Package for LEGO Mindstorms EV3 Hardware, I can build my model and it deploys to my LEGO EV3 brick. The deployed model gets saved in a menu on the LEGO EV3 brick, so I can run my model on the LEGO EV3 without having the robot connected to my computer.
Could I do the same for MATLAB scripts? Is there a way to deploy MATLAB scripts onto my LEGO EV3 using the MATLAB Support Package for LEGO Mindstorms EV3 Hardware such that I can run them without having the robot connected to my computer?
 

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 4 Dec 2017
Code can only be deployed to the LEGO EV3 Brick using Simulink. With the MATLAB Support Package, you can communicate with the LEGO EV3 Brick using MATLAB scripts. However, you cannot deploy a MATLAB script such that it is a stand-alone program.  
Much of MATLAB’s functionality can be implemented in Simulink. The suggested workaround would be to model the desired functionality in Simulink instead. This can be done by either using the blocks provided by Simulink or by using a MATLAB function block in your Simulink model.
Note that if you choose to use a MATLAB function block, ensure you are only using functions that are supported for code generation. To see a list of functions that are supported for code generation, see the following documentation link:
https://www.mathworks.com/help/simulink/ug/functions-supported-for-code-generation-alphabetical-list.html
 

More Answers (0)

Categories

Find more on MATLAB Support Package for LEGO MINDSTORMS EV3 Hardware in Help Center and File Exchange

Products


Release

R2017a

Community Treasure Hunt

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

Start Hunting!