octave-maintainers
[Top][All Lists]
Advanced

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

Re: stem3 function


From: David Bateman
Subject: Re: stem3 function
Date: Fri, 30 Nov 2007 12:19:39 +0100
User-agent: Thunderbird 1.5.0.7 (Windows/20060909)

Michael Goffioul wrote:
On 11/29/07, David Bateman <address@hidden> wrote:
Note that stem3(Z) is legal, though I followed the documentation of
stem, and didn't define it in the help string of stem3. Therefore the
the print_usage should check for nargin < 1 and not nargin < 3. I
checked in this minor change.

It would be greatly appreciated to implement these kind of functions
in a way that allow a 3rd-party backend to hook-up without having to
re-implement the argument parsing and checking code.
I had hoped that all of the specialized functions I wrote could be used with JHandles. However, of course as you implement hggroups you have better matlab compatibility and so need a specific backend function. When Octave implements hggroups this issue will go away and the same frontend functions might be used for both.

In any case, can you suggest a change? I suppose the change is like the change to __bar__.m and __bars__.m that you made.

D.



reply via email to

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