deploy
Deploy MATLAB function on hardware
Description
deploy(
deploys the MATLAB® function as a standalone executable on the hardware. When deploying the
function, MATLAB generates a deployment report. The report contains the information about the
deployment status. Use the report to debug the function and verify that the function is
suitable for deployment.targetObj,functionName)
Note
The MATLAB function to be deployed must not have any input or output arguments.
To generate C/C++ code for this function, you must have an Embedded Coder® license.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced in R2018b