help-octave
[Top][All Lists]
Advanced

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

Re: Octave 3.8.0 and PHP


From: vinukn
Subject: Re: Octave 3.8.0 and PHP
Date: Wed, 29 Jan 2014 09:54:09 -0800 (PST)

octave -qf --persist --path script_path --eval("script_name()") >out.txt
or
octave -qf --persist  --eval("run('script_with_full_path')") >out.txt
This method is only useful in non interactive mode. Set graphics toolkit as
gnuplot,since exec function works with pipes. Again note that your m script
does not contain file or system related octave commands.



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Octave-3-8-0-and-PHP-tp4661495p4661496.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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