help-octave
[Top][All Lists]
Advanced

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

Re: Can a script of octave be incorporated into DLF?


From: Paul Kienzle
Subject: Re: Can a script of octave be incorporated into DLF?
Date: Thu, 10 Jun 2004 18:46:57 -0400

extra/mex on octave-forge supports the mex API if you
have existing code that you want to run without rewriting
it as an oct-file.  At present it makes an extra copy of the
data, so it is slower than it needs to be.

Paul Kienzle
address@hidden

On Jun 10, 2004, at 11:11 AM, <address@hidden> wrote:

Hi all,

Is it possible that in the Dynamically linked function, we can
call a octave script? In matlab, we can achieve it by calling
mexCallMATLAB(..., "func"). I was wondering if in octave, we
have similar interfaces. Thanks,

Jia



-------------------------------------------------------------
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
-------------------------------------------------------------




-------------------------------------------------------------
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]