Matlab raspberry-pi simulink

4 vues (au cours des 30 derniers jours)
fareed fareed
fareed fareed le 13 Oct 2015
Hi I'm wondering if i can run standalone matlab code on raspberry independently without being connected to pc after code deployment if can't what about simulink. what happens when converting code to simulink is there any constraints like converting to c (for example not accepting try and catch and so)?

Réponses (1)

Madhu Govindarajan
Madhu Govindarajan le 20 Oct 2015
For standalone applications, the easiest way is to use Simulink support package and put your MATLAB function inside a MATLAB function block.
As far as I know, I don't think Simulink support package for Raspberry Pi gives you the C code equivalent for the model, it compiles whatever code is written out of the model and provides you with only the executable that you need to run on the raspberry pi.

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by