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: Thu, 30 Jan 2014 08:27:27 -0800 (PST)

octave -qf --persist  --eval("graphics_toolkit
gnuplot;cd('script_path');myscript()")
I think you need -i after -qf inorder to plot. Better idea is save plot and
display in webpage.
Try octave -qf --persist  --eval("graphics_toolkit
gnuplot;cd('script_path');myscript();saveas(1,'image_file_name' ")
In order to save plot you need third party tools like gs.




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


reply via email to

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