help-octave
[Top][All Lists]
Advanced

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

Calling octave functions from oct-files


From: Evan
Subject: Calling octave functions from oct-files
Date: Sun, 13 Jan 2008 13:20:51 +0800

I am converting some part of my program from octave scripts to
oct-files in order to improve performance. I find that I have to call
octave functions in a for loop. And if I use "feval" to do this, it
consumes a lot of time. The result is that the oct-file is even slower
than the octave script. So I wonder if there is an another way to call
octave functions. For example, can I get the pointer to the function,
then just use (*p)(args) to call the function?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]