Configuration object for hardware
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.
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.
deploy | Deploy MATLAB function on hardware |