There are no versions of MATLAB that can run on ARM CPU.
Executables created with MATLAB Compiler and MATLAB Compiler SDK can only run on chips that MATLAB itself can run on. Therefore you cannot use them to create programs that run on ARM CPU.
You should not expect that Mathworks will create a version for Raspberry or Arduino at least until Raspberry starts making devices with 64 bit CPU and at least 4 gigabytes of ram, and significantly faster than the current devices.
Your two possibilities at the moment:
- create a Simulink model and deploy it to Raspberry. Those models can run stand-alone. However the graphics is very basic and many things are not implemented.
- using a quite recent version of MATLAB, you can use MATLAB Coder to generate code targeted to Raspberry. If you build a complete program then it can run stand-alone on Raspberry. However the graphics is very basic and many things are not implemented.
The graphics involved with GUIDE is not supported on Raspberry.
0 Comments
Sign in to comment.