Downloading Matlab onto my Raspberry Pi 4

64 次查看(过去 30 天)
Is it possible to download Matlab onto my Raspberry Pi 4?
  4 个评论
Prasanth Sunkara
Prasanth Sunkara 2021-8-18
编辑:Prasanth Sunkara 2021-8-18
As of now, installing and running MATLAB directly on Raspberry Pi is not suported.
While you can use MATLAB online, please have a look at the MATLAB and Simulink Support packages for Raspberry Pi that you can install on your MATLAB PC. There is a good chance that these support packages can help you with building your application that runs on raspberry pi.
Note: Installing Simulink support package, would automatically install the MATLAB support package. If you have Simulink license prefer installing the Simimulink support package for Raspberry Pi.

请先登录,再进行评论。

回答(1 个)

Walter Roberson
Walter Roberson 2021-7-21
Yes, it is. Raspberry Pi 4 run Linux file systems, and you can store any file that you have room for. You will need to copy the hierarchy rather than an archive to decompress, as the maximum file size on the (default) FAT32 file system is 4 Gb, but individual MATLAB files are all less than that.
What you cannot do is execute MATLAB on Raspberry Pi. At the moment, the only support for ARM processors that MATLAB has is for execution on the Apple M1 system (which is much faster than a Raspberry Pi)
Starting a small number of releases ago, you can use MATLAB Coder to generate code targetting Rapberry Pi -- but as usual MATLAB Coder only supports a subset of MATLAB (for example not much in the way of graphic output.)

类别

Help CenterFile Exchange 中查找有关 MATLAB Support Package for Raspberry Pi Hardware 的更多信息

产品


版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by