argv
Nelson command line arguments.
📝Syntax
args = argv()
📤Output Arguments
Parameter Description
args a cell array of strings.
📄Description

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.

💡Examples
argv()
🔗See Also
executable
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub