Main Content
targetHardware
Configuration object for hardware
Add-On Required: This feature requires the MATLAB Support Package for Raspberry Pi Hardware add-on.
Description
This object represents a configuration object for the hardware. Create this object
by using the targetHardware
function. Use this object with the deploy
function to deploy a MATLAB® function as a standalone executable on the hardware.
Creation
Description
creates a configuration object for the hardware. You can deploy your MATLAB function as a standalone executable on the hardware by using this object
with the targetObj
= targetHardware(hardwareName
)deploy
method.
Input Arguments
Output Arguments
Properties
Object Functions
deploy | Deploy MATLAB function on hardware |
Examples
Extended Capabilities
Version History
Introduced in R2018b