La traduction de cette page n'est pas à jour. Cliquez ici pour voir la dernière version en anglais.
Exécuter du code sur le hardware cible
MATLAB Support Package for Raspberry Pi® Hardware vous permet également de déployer une fonction MATLAB sur le hardware. MATLAB Coder™ vous permet de générer du code C pour votre algorithme MATLAB et de le déployer pour qu’il s’exécute de manière autonome sur le hardware Raspberry Pi. L’exécutable autonome continue de s’exécuter même si le hardware est déconnecté de l’ordinateur. Pour en savoir plus, consultez Additional Capabilities with MATLAB Coder.
Remarque
Vous pouvez déployer une fonction MATLAB sur le hardware depuis MATLAB Online™. Pour plus de précisions, consultez Connect to Raspberry Pi Hardware Board in MATLAB Online.
Objets
raspi | Connection to Raspberry Pi board |
Fonctions
targetHardware | Create configuration object for hardware |
deploy | Deploy MATLAB function on hardware |
Applications
Raspberry Pi Resource Monitor App | Monitor and manage Raspberry Pi resources (depuis R2020b) |
Rubriques
- Additional Capabilities with MATLAB Coder
Include additional capabilities for code generation.
- Automatically Run MATLAB Function on Raspberry Pi After Restart
Automatically start a MATLAB function deployed on Raspberry Pi hardware every time you restart the hardware.
- Workflow to Deploy MATLAB Function on Raspberry Pi
Workflow to explain the steps involved in deploying a MATLAB function on the hardware.
- ÉTAPE 1: Create or Open a MATLAB Function
- ÉTAPE 2: Run the MATLAB Function Using Live IO from Hardware
- ÉTAPE 3: Add Compilation Directive to MATLAB Function
- ÉTAPE 4: Check MATLAB Function Using Code Analyzer
- ÉTAPE 5: Check MATLAB Function for Unsupported Calls
- ÉTAPE 6: Create Hardware Configuration Object
- ÉTAPE 7: Deploy MATLAB Function on Hardware