octave-maintainers
[Top][All Lists]
Advanced

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

Re: New parser and command line functions


From: Michael D. Godfrey
Subject: Re: New parser and command line functions
Date: Sat, 16 Mar 2013 12:47:32 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4

On 03/16/2013 02:08 AM, John W. Eaton wrote:
I don't see the crash now and "make check" results are the same. Does it fix the problem for you?

jwe
Works for me, and the function even works, too!  Good work!

octave:1> function y = mysin (x)
> y = sin (x);
> endfunction
octave:2> whos
octave:3> mysin(2)
ans =  0.90930
octave:4>

Michael



reply via email to

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