Piping data into Octave

Matthias Brennwald matthias at brennwald.org
Thu Nov 20 05:07:13 CST 2008


On 20.11.2008, at 10:55, Michael Goffioul wrote:

> On Thu, Nov 20, 2008 at 9:41 AM, Carlo de Falco  
> <carlo.defalco at gmail.com> wrote:
>> on unix systems (which includes linux and OSX) you can do this
>> by using popen
>>
>> help popen
>>
>> will give all the info and a nice example.
>> I don't know whether this works on windows but I am sure other people
>> on the list can comment on that.
>
> Yes, it does. Even popen2 works.
>
> Michael.

Great! Are popen and popen2 compatible with Matlab? In other words:  
if I use these commands in my code, will the code also work with Matlab?

Matthias


More information about the Help-octave mailing list