help-octave
[Top][All Lists]
Advanced

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

Re: invoke c data structure from octave


From: louis scott
Subject: Re: invoke c data structure from octave
Date: Wed, 2 Jan 2013 12:07:16 +0000

Looks like you want to play with the main in treecode.c (3.3 control and integration) perhaps modify to return a  structure or write it to a mat file that you can then find.  The author sets this out as a prototype for you to play with.  There are two ways to compile, .mex and .oct.  The latter is preferred as it is native to octave.  If you intend to share, there are licensing concerns as the author's wishes should be adhered to.  The mex file does not require GPL adherence, thereas oct does.  You may wish to contact the author if you re-distribute.

http://www.gnu.org/software/octave/doc/interpreter/Getting-Started-with-Oct_002dFiles.html



On Wed, Jan 2, 2013 at 11:57 AM, Seetha Parameswaran <address@hidden> wrote:
There is a data structure written in C - treecode.h file
http://www.ifa.hawaii.edu/~barnes/treecode/treeguide.html

For my image processing work, I need to invoke the methods in the above mentioned C file, from Octave. How do I do this?

--
Regards,
Seetha

_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave



reply via email to

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