help-octave
[Top][All Lists]
Advanced

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

Re: Calling Octave functions from C


From: A S Hodel
Subject: Re: Calling Octave functions from C
Date: Mon, 23 Aug 2004 08:50:33 -0500

Did you write that backward? Are you asking to call legacy "C" code from within Octave (which is what mex files do), or are you asking to call octave m-file scripts/functions from external C code (which is what the Matlab engine
did/does)?

The first is done through .oct files (there are examples on the net and in the octave source code). The second is done by linking with the octave libraries (C++, rather than C), but others will need to speak to that.

On Aug 20, 2004, at 3:51 PM, Shayne C. Rich wrote:

Hi, is it possible to call Octave functions from “C” programs, similar to Matlab mex files?

 

Thanks,

 

Shayne C. Rich

Microbial Aerosol Biodetection System

1780 N Research Park Way

North Logan, UT 84341

Tel: 435-797-3431

Fax: 435-797-3328

address@hidden

 

A. S. Hodel Dept. ECE, 200 Broun Hall, Auburn University AL 36849-5201
(334) 844-1854/fax(334) 844-1809, http://www.eng.auburn.edu/users/hodelas , address@hidden



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