Thanks. :) Turns out I had not compiled things in the right order!
Date: Fri, 8 Mar 2013 03:00:03 -0800 From: [hidden email] To: [hidden email] Subject: Re: Where is the command lk?
On 03/08/2013 11:34 AM, Emil wrote:
> Hello,
> I am trying to install OpenTLD with Octave :
> https://github.com/bilderbuchi/OpenTLD/ > When running the installation m-file, it halts with the message
>
> error: `lk' undefined near line 20 column 1
>
> Indeed, when I look in the m-file, the error occurs because of the command
>
> lk(0);
>
> Is this a function that exists in some package - how do I find out which
> one? Googling for a two-letter search term obviously does no good... ;)
>
> Grateful for any help,
> Emil
>
>
>
>
> --
> View this message in context: http://octave.1599824.n4.nabble.com/Where-is-the-command-lk-tp4650615.html > Sent from the Octave - General mailing list archive at Nabble.com.
> _______________________________________________
> Help-octave mailing list
> [hidden email] > https://mailman.cae.wisc.edu/listinfo/help-octave
Hi,
lk is a function from the OptenTLD repository. Look inside the mex
folder. There's a lk.cpp which needs to compiled.