how to call C funtions from octave
Ben Abbott
bpabbott at mac.com
Thu Nov 27 19:09:43 CST 2008
On Nov 27, 2008, at 7:50 PM, Jack Franklin wrote:
> Hi,
>
> I designed a C function by myself.
>
> I need to call it from octave.
>
> But, I do not know how to do that.
>
> thanks
I assume your function is not yet in the form of a oct-file or mex-file?
If so, start with the link below.
http://www.gnu.org/software/octave/doc/interpreter/Dynamically-Linked-Functions.html#Dynamically-Linked-Functions
Ben
More information about the Help-octave
mailing list