copyConceptualArgsToImplementation
Copy conceptual argument specifications to implementation specifications of an entry for code replacement table entry
Description
copyConceptualArgsToImplementation(
provides a quick way to perform a shallow copy of conceptual arguments to matching
implementation arguments. hEntry
)
The conceptual arguments and implementation arguments refer to the same argument instance. If you update an implementation argument, the corresponding conceptual argument is also updated.
Use this function when the conceptual arguments and the implementation arguments are the same for a code replacement table entry.
For arguments with an unsized type, such as integer
, the code
generator determines the size of the argument values based on hardware
implementation configuration settings of the MATLAB® code or model.
Examples
Input Arguments
Version History
Introduced in R2007b