Downloading Matlab onto my Raspberry Pi 4

108 vues (au cours des 30 derniers jours)
reiny botros
reiny botros le 21 Juil 2021
Modifié(e) : Prasanth Sunkara le 18 Août 2021
Is it possible to download Matlab onto my Raspberry Pi 4?
  4 commentaires
reiny botros
reiny botros le 21 Juil 2021
Ok thank you so much for your help!!! :)
Prasanth Sunkara
Prasanth Sunkara le 18 Août 2021
Modifié(e) : Prasanth Sunkara le 18 Août 2021
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.

Connectez-vous pour commenter.

Réponses (1)

Walter Roberson
Walter Roberson le 21 Juil 2021
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.)

Catégories

En savoir plus sur MATLAB Support Package for Raspberry Pi Hardware dans Help Center et File Exchange

Produits


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by