help-octave
[Top][All Lists]
Advanced

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

Re: Is there a way to run octave offline?


From: Vic Norton
Subject: Re: Is there a way to run octave offline?
Date: Mon, 27 Mar 2006 17:28:28 -0500

I do this all the time. I have a perl script named "getWeeklyDataT.pl"
that pulls data off of the Internet and writes it to an octave file
named "spdrRtnDatT.m". Then the perl script executes the line
   `octave "$maindir/Octave/m/$octavescript"`;
The octave script in $octavescript loads "spdrRtnDatT.m", does some
heavy duty computation on this data, and prints the results to another
file. The perl script then reads this file and processes its data
further.

This seems like a very natural kind of process to me. Perl is good at
textual manipulation. Octave is good at computation. They make great
companions.

On 3/27/06, at 2:00 PM +0200, Shai Ayal wrote:
> I think you might try writing the octave results to a file in a format 
> you can read. than read it from your app.
> 
> Mohamed El Dawy wrote:
> >  I am pretty new to octave. I was wondering, is there a way to run 
> > octave totally offline. I need to invoke it from within my program, 
> > and grab the results Octave will print to process in my program.



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