help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: getopt


From: John W. Eaton
Subject: Re: getopt
Date: Sat, 10 Oct 2009 12:12:45 -0400

On 10-Oct-2009, Ben Abbott wrote:

| > If I try to write a function my_getopt, the testing of the options is
| > probably not so hard. But how I can reset argv, that it after the call
| > the call of my_getopt contains only the non option arguments, I have  
| > no
| > idea.
| > Juergen
| 
| I have no good idea how to handle that problem.

You would need to do something like

  [opt_struct, remaining_args] = getopt (opt_string, varargin);

then proceed with processing the returned options structure and the
remaining arguments.

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]