help-octave
[Top][All Lists]
Advanced

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

Re: Wiki Wavelab


From: Ken Simpson
Subject: Re: Wiki Wavelab
Date: Sat, 23 Jul 2005 14:00:11 -0500 (CDT)

Hi Stefan - I found the problem - it was related to reverse.m. 

Although I renamed reverse.m to Wavelab_reverse.m and defined 

        dispatch("reverse","Wavelab_reverse","matrix");

I stupidly forgot to edit Wavelab_reverse.m and change the function 
name from 

        function r = reverse(x) 

to

        function r = Wavelab_reverse(x)

I'm embarrassed! 

Thanks for the help - I appreciated it.

-- Ken





-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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