Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/sorting/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Octave Python optpass/getopt的倍频程等价物_Octave - Fatal编程技术网

Octave Python optpass/getopt的倍频程等价物

Octave Python optpass/getopt的倍频程等价物,octave,Octave,是否存在Python optpass/getopt的八度音阶等价物 比如: [parsed_args, remaining] = optparse(argv()); 我从命令行运行octave脚本 ./foo.m -p lease -g ive -m e -o ptparse argv()将返回作为字符串单元格数组传递给Octave的命令行参数。使用这个单元阵列应该很简单。您能否更具体地说明所需的optparse()功能。您运行的是什么操作系统

是否存在Python optpass/getopt的八度音阶等价物

比如:

[parsed_args, remaining] = optparse(argv());
我从命令行运行octave脚本

./foo.m -p lease -g ive -m e -o ptparse
argv()
将返回作为字符串单元格数组传递给Octave的命令行参数。使用这个单元阵列应该很简单。您能否更具体地说明所需的
optparse()
功能。您运行的是什么操作系统