Ejecutar en hardware objetivo
MATLAB Support Package for Raspberry Pi® Hardware también permite implementar funciones de MATLAB en el hardware. Con MATLAB Coder™ puede generar código C para el algoritmo de MATLAB e implementarlo para ejecutarlo de manera independiente en el hardware de Raspberry Pi. El ejecutable independiente continúa ejecutándose incluso si el hardware se desconecta del ordenador. Para obtener más información, consulte Additional Capabilities with MATLAB Coder.
Nota
Puede implementar funciones de MATLAB en el hardware desde MATLAB Online™. Consulte Connect to Raspberry Pi Hardware Board in MATLAB Online para obtener más información.
Objetos
raspi | Connection to Raspberry Pi board |
Funciones
targetHardware | Create configuration object for hardware |
deploy | Deploy MATLAB function on hardware |
Apps
Raspberry Pi Resource Monitor App | Monitor and manage Raspberry Pi resources (desde R2020b) |
Temas
- 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.
- PASO 1: Create or Open a MATLAB Function
- PASO 2: Run the MATLAB Function Using Live IO from Hardware
- PASO 3: Add Compilation Directive to MATLAB Function
- PASO 4: Check MATLAB Function Using Code Analyzer
- PASO 5: Check MATLAB Function for Unsupported Calls
- PASO 6: Create Hardware Configuration Object
- PASO 7: Deploy MATLAB Function on Hardware