主要内容

Deployment

Deploy generated code toNVIDIA®Tegra®硬件目标

You can use GPU Coder™ with theMATLAB®Coder™ Support Package for NVIDIA Jetson®and NVIDIA DRIVE®Platformsto deploy your MATLAB algorithms on embedded NVIDIA GPUs. Specifically, you can target the NVIDIA Jetson and DRIVE family of boards on either Windows®or Linux®systems. The support package enables you to remotely communicate with the NVIDIA target and control the peripheral devices for prototyping. The MATLAB entry-point function is deployed as a standalone executable that continues to run even if the hardware live connection is disconnected from the host computer.

要安装此支持软件包,请在MATL金宝appAB中使用附加探索器。有关受支持开发平台的信息,请参见金宝appInstall and Setup Prerequisites for NVIDIA Boards(MATLAB Coder Support Package for NVIDIA Jetson and NVIDIA DRIVE Platforms)

Note

从R2021a开始,GPU Coder Support Package for NVIDIA GPUs被称为MATLAB Coder Support Package for NVIDIA Jetson and NVIDIA DRIVE Platforms。要在R2021A中使用此金宝app支持包,您必须拥有MATLAB Coderproduct.

Functions

packNGo Package generated code in ZIP file for relocation
代码gen 从中生成C/C ++代码MATLAB代码
jetson Create connection toNVIDIAJetsonhardware
drive Create connection toNVIDIA DRIVEhardware

Objects

代码r.hardware Create hardware board configuration object for C/C++ code generation fromMATLAB代码
jetson 连接到NVIDIAJetsonhardware
drive 连接到NVIDIA DRIVEhardware

Topics

MATLAB

构建和运行一个前女友ecutable on NVIDIA Hardware

Targeting embedded NVIDIA boards from the MATLAB command line.

构建和运行一个前女友ecutable on NVIDIA Hardware Using GPU Coder App

Targeting embedded NVIDIA boards by using the GPU Coder app.

将生成的代码搬迁到另一个开发环境

包装生成的文件中的压缩文件可以使用标准ZIP实用程序重新安置和打开包装。

金宝app

靶向NVIDIA嵌入式板

构建并部署到NVIDIA GPU板。

数值等效测试

Compare results from model and generated code simulations.

Parameter Tuning and Signal Monitoring by Using External Mode

Tune parameters and monitor signals through a TCP/IP communication channel between development computer and target hardware.

从simulink生成cuda ros节点金宝app(ROS工具箱)

配置Simulink金宝app®Coder™以生成并从Simulink模型生成和构建CUDA®ROS节点。

Lane and Vehicle Detection in ROS Using YOLO v2 Deep Learning Algorithm(ROS工具箱)

此示例显示了如何在ROS启用Simulink®模型内使用深层卷积神经网络来执行车道和车辆检测。金宝app

使用yolov2检测算法的机器人在simulink中使用yolov2检测算法的签名金宝app(ROS工具箱)

此示例显示了如何使用Simulink®控制在单独的基于ROS金宝app的模拟器上运行的模拟机器人。

Featured Examples