argv

Nelson command line arguments.

📝 Syntax

  • args = argv()

📤 Output argument

  • 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.

💡 Example

argv()

🔗 See also

executable.

🕔 History

Version
📄 Description

1.0.0

initial version

Last updated

Was this helpful?