help-octave
[Top][All Lists]
Advanced

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

Re: memory management on Octave + writing .oct files


From: John W. Eaton
Subject: Re: memory management on Octave + writing .oct files
Date: Fri, 17 Mar 2006 14:00:17 -0500

On 17-Mar-2006, Quentin Spencer wrote:

| > 2- About .oct files : what should I do to call an Octave's function 
| > (like imshow) in a .oct file?
| >
| I don't know if it works for m files, but if you have another oct file 
| function called func, you can call it from C using Ffunc.

The right way to do this is with feval (there are a couple of
different versions declared in parse.h) because it works with .m
files, .oct files, and built-in functions.

jwe



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