|
From: | Jose |
Subject: | Exposing internal functions |
Date: | Mon, 30 Sep 2013 23:17:00 +0300 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 |
Hello. I need to use one internal function from octave, specifically __fdjac__. In order to do so I can: 1- Copy it from its original directory to anywhere in octave's path.2- Create a symbolic link from anywhere in octave's path pointing to the real file.
Neither of the previous methods will survive a new octave installation in a new directory. I wonder if there is a better way to do it so that I don't have to care about doing this every time that I install a new version of octave, e.g. adding something to octaverc.
Br, Jose
[Prev in Thread] | Current Thread | [Next in Thread] |