MATLAB Function Reference
  Go to function:
    Search    Help Desk 
add_mapping    

add a mapping to a system object

Syntax

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 the set method.

[ Help Desk ]