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

4 次查看(过去 30 天)
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?
 

采纳的回答

MathWorks Support Team
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
 

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB Support Package for LEGO MINDSTORMS EV3 Hardware 的更多信息

产品


版本

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by