help-octave
[Top][All Lists]
Advanced

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

Changes in load from 2.1.50 to 2.1.57?


From: Johansson Nicklas (RTLSN-NPJ)
Subject: Changes in load from 2.1.50 to 2.1.57?
Date: Mon, 13 Dec 2004 09:09:51 +0100

The engine toolbox in octave-forge contains a basic interface
for calling Octave from within a C program. The interface uses
a Unix FIFO to load data into Octave with the line:

load -ascii -force "matfifo".

where matfifo is the name of the FIFO.

This works well with octave-2.1.50 on both Linux and Solaris,
but fails for octave-2.1.57 and later versions in both OS.

Is it a bug or is there simply a better way to transport data
from a C/C++ application to Octave, calculate and return the
result back to C/C++ application?

Regards / Nicklas



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