calling c++ or c from octave?
Carlo de Falco
carlo.defalco at gmail.com
Wed Nov 5 08:39:55 CST 2008
On 04/nov/08, at 19:57, Sergei Steshenko wrote:
> You may start from here: http://wiki.octave.org/wiki.pl?CodaTutorial .
>
> I am using a different approach - I am writing data in binary format
> from
> "C" using "fwrite" and load the data into 'octave' using 'fopen',
> 'fread'
> in 'octave'. Works like a charm.
>
> Regards,
> Sergei.
if you only need to exchange data then "popen" and
"fread" are probably an even better option
c.
More information about the Help-octave
mailing list