help-octave
[Top][All Lists]
Advanced

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

Re: Invoking Octave function from within C or C++ program


From: taltman
Subject: Re: Invoking Octave function from within C or C++ program
Date: Tue, 21 Oct 2003 18:59:23 -0700 (PDT)

Take a look at how the 'mkoctfile' shell script is written. Also,
there are two tutorials on compiling Octave *.m files into *.oct files
( via C++ ) : the one that comes with Octave's documentation, and one
called "Da coda al fine". And perhaps some further resources on the
Octave Wiki?

It should be possible to wrap your *.m code in a function, and as long
as you include the right Octave header file, then it should compile.

~Tomer Altman



On Oct 21, 2003 at 5:01pm, Zarina Myles wrote:

zee159 >Date: Tue, 21 Oct 2003 17:01:06 -0500
zee159 >From: Zarina Myles <address@hidden>
zee159 >To: address@hidden
zee159 >Subject: Invoking Octave function from within C or C++ program
zee159 >Resent-Date: Tue, 21 Oct 2003 21:16:23 -0400
zee159 >Resent-From: address@hidden
zee159 >Resent-To: help-octave <address@hidden>
zee159 >
zee159 >Hello all,
zee159 > 
zee159 >Is there a way of invoking an Octave function (such as inv or svd) from 
inside a program written in C or C++?
zee159 > 
zee159 >Any help would be greatly appreciated.
zee159 > 
zee159 >Zarina Myles
zee159 > 
zee159 > 
zee159 > 
zee159 >
zee159 >
zee159 >---------------------------------
zee159 >Do you Yahoo!?
zee159 >The New Yahoo! Shopping - with improved product search



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