args = argv()
| Parameter | Description |
|---|---|
| args | a cell array of strings. |
argv() returns a cell array of strings containing the arguments of the Nelson command line.
The first element of the cell returned contains the path of the launched executable.
argv()
| Version | Description |
|---|---|
| 1.0.0 | initial version |