argv
Last updated
Was this helpful?
Last updated
Was this helpful?
Nelson command line arguments.
args = argv()
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.
.
1.0.0
initial version
Allan CORNET