octave-maintainers
[Top][All Lists]
Advanced

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

Re: Dispatch function and it's replacement


From: Nicholas Jankowski
Subject: Re: Dispatch function and it's replacement
Date: Wed, 11 May 2016 13:50:51 -0400

On Wed, May 11, 2016 at 11:47 AM, pritika malhotra <address@hidden> wrote:
Hello!!

I have an old code which uses dispatch function and when I run it, I
get dispatch undefined at line 99 column 1.
I think this function is obsolete in newer versions of Octave but what
is it's replacement so that I can make my code come into running
state.

--
Pritika Malhotra


that was apparently removed around 2010.  Here's a link to the discussion:
http://octave.1599824.n4.nabble.com/deprecated-function-dispatch-td3094067.html

they mention there is no direct replacement, but:
"the current replacement for dispatch in Octave is to use @CLASS style classes."


reply via email to

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