|
Robochameleon
v1.0
|
Finds a unit within a module. More...
Go to the source code of this file.
Functions | |
| function | findUnit (in module, in label) |
| Finds a unit within a module. More... | |
Finds a unit within a module.
Example: Set up a simulation for 16 QAM over a linear channel, find the BERT within the setup, and read the BER:
Definition in file findUnit.m.
| function findUnit | ( | in | module, |
| in | label | ||
| ) |
Finds a unit within a module.
Recursively searches and returns the first found unit or module with a given label
| module | module inside of which to look |
| label | label name (the same as class name, if not changed) |
| obj | found module |
1.8.11