How can I run Simulink executable on Raspberry Pi?
显示 更早的评论
I created a Simulink model and deployed it successfully on a Raspberry Pi. The model can be run from MATLAB terminal using
% code
h=raspberrypi;
h.runModel('modelName');
I want to run the model directly from the Pi without using MATLAB. I tried to find the executable at /home/pi/Simulink_model_name_rtt/MW/Simulink_model_name but the subfolder MW does not exist (there is a folder named modelName_ert_rtw created at /home/pi). I used MATLAB2016a and Raspberry Pi 3 hardware.
Thanks a lot!
1 个评论
Von Duesenberg
2017-1-13
I suppose you've also tried the Deploy to Hardware button from the Simulink menu?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Run on Target Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!