Main Content

このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。

展開

MATLAB® アルゴリズムをスタンドアロンの実行可能ファイルとしてハードウェアに展開する

MATLAB Coder™ Support Package for NVIDIA® Jetson™ and NVIDIA DRIVE® Platforms により、ハードウェア上に MATLAB 関数を展開できるようになります。関数は、ハードウェアのライブ接続がホスト コンピューターから切断された場合でも実行を続けるスタンドアロンの実行可能ファイルとして展開されます。

関数

すべて展開する

jetsonConnection to NVIDIA Jetson hardware
driveConnection to NVIDIA DRIVE hardware
configurePinConfigure GPIO pin as digital input or digital output (R2021b 以降)
readDigitalPinRead logical value from GPIO input pin (R2021b 以降)
showPinsShow diagram of GPIO pins (R2021b 以降)
writeDigitalPinWrite logical value to GPIO output pin (R2021b 以降)
audiocaptureConnection between audio input device and NVIDIA hardware (R2021a 以降)
audioplayerConnection between audio output device and NVIDIA hardware (R2021a 以降)
captureCapture data from audio device connected to NVIDIA hardware (R2021a 以降)
playPlay audio from audio device connected to NVIDIA hardware (R2021a 以降)
cameraConnection to USB or CSI camera
getCameraListGet a list of available cameras on the NVIDIA hardware
listAudioDevicesGet a list of available audio devices on the NVIDIA hardware (R2021a 以降)
imageDisplay image
imageDisplayNVIDIA display object
snapshotCapture RGB image from Camera
updatePeripheralInfoScan for and update the list of peripherals connected to the target hardware
velodynelidarConnection to a Velodyne LiDAR sensor (R2022b 以降)
readAcquire point clouds from velodynelidar object buffer (R2022b 以降)
startStart streaming point clouds from Velodyne LiDAR sensor (R2022b 以降)
stopStop streaming point clouds from Velodyne LiDAR sensor (R2020b 以降)
webcamConnection to USB web camera
getFileTransfer file from NVIDIA hardware to host computer
putFileTransfer file from host computer to target hardware
deleteFileDelete file on target hardware
openShellOpen terminal on host computer to use a Linux shell on NVIDIA hardware
systemRun commands in a Linux shell on the NVIDIA hardware
getL4TVersionGet the L4T version of the NVIDIA Jetson hardware
getPdkorSdkVersionGet the version number of the DriveWorks SDK installed on the NVIDIA DRIVE hardware
getDisplayEnvironmentGet the display environment value used for redirecting the display on the target
setDisplayEnvironmentSet the display environment value used for redirecting the display on the target
setupCodegenContextSelect the target hardware to build code for from multiple live connection objects
getLinuxVersionGet information about the Linux environment on the target
killApplicationKill an application on the NVIDIA target by name
killProcessKill a process on the NVIDIA target by ID
runApplicationLaunch an application on the NVIDIA target by name
runExecutableLaunch an executable on the NVIDIA target by name
setPILTimeoutSet the timeout value that PIL uses for reading data
setPILPortSet the TCP/IP port number used by the PIL execution
getPILTimeoutGet the timeout value that PIL uses for reading data
getPILPortGet the TCP/IP port number used by the PIL execution
modbusCreate a Modbus object for NVIDIA boards (R2022a 以降)
readRead data from a connected Modbus device (R2022a 以降)
writePerform a write operation to the connected Modbus device (R2022a 以降)

トピック

MATLAB

Simulink