| RESPITE: The CASA Toolkit Page: Documentation: Block Library Index:MOutput |
MOutput is used from within the CTKShell to export data from a CTK system directly to the MATLAB variable space. It will produce a MATLAB variable that contains all the data that has arrived at its input socket. This variable can be given a name explicitly using the NAME parameter. Alternatively, if the NAME parameter is left unset, then the MATLAB variable will share the name of the MOutput block.
| Inputs | Meaning | Sample | 1-D frame | |
|---|---|---|---|---|
| in1 | data to send to MATLAB | Yes | Yes | Yes |
| Outputs | Meaning |
|---|---|
| No outputs | |
| Parameters | Type | Default | Meaning |
|---|---|---|---|
| NAME | String | - | Name of the MATLAB variable to create |