MATLAB Function Reference | Search  Help Desk |
add_mapping |
add a mapping to a system object
Syntax
m=add_mapping(m)
m=add_mapping(m,{mapping})
Description
m=add_mapping(m)
clears the mapping field of the object
m=add_mapping(m,{mapping})
adds the mapping mapping
to the current
mapping description.
Remarks
This method adds a mapping to the list of the current mappings of the system object. The links field, which connects the mapping with the output, must be set using theset
method.