Issues with Online Interaction Between NVIDIA Orin Development Board and Simulink Models
Afficher commentaires plus anciens
I created a reinforcement learning training environment in MATLAB using Simulink and successfully trained a 1D-CNN model. I now want to deploy the model to an NVIDIA development board and interact with the Simulink environment to observe the model's performance. Are there any examples or tutorials that guide me step by step on how to deploy the model and achieve interactive operation with Simulink?
1 commentaire
Broy
le 16 Jan 2026
@浩文, To deploy your trained 1D-CNN agent to an NVIDIA board and monitor it from Simulink, you will need the MATLAB Coder Support Package for NVIDIA Jetson and NVIDIA DRIVE Platforms and GPU Coder.
Helpful Documentation:
- https://www.mathworks.com/help/releases/R2025a/reinforcement-learning/ug/deploy-trained-reinforcement-learning-agents.html
- https://www.mathworks.com/help/releases/R2025a/coder/nvidia.html
- https://www.mathworks.com/help/releases/R2025a/gpucoder/ug/parameter-tuning-and-signal-monitoring-using-external-mode.html
Réponses (0)
Catégories
En savoir plus sur Simulink Coder dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!