help-octave
[Top][All Lists]
Advanced

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

Re: PHP, Octave & Gnuplot


From: etb
Subject: Re: PHP, Octave & Gnuplot
Date: 04 Jun 2004 10:57:40 -0500

OOzy writes:

> Anybody has an idea on how to interface PHP and Octave. I am trying
> to add the feature of drawing Bode Plot on my site. The user will be
> shown a form to enter the transfer function parameters and then my
> PHP code will interface with Octave to get the plot as *.jpg, *.png,
> etc.

Could you create a script based on the parameters given by the user
and then feed the script into Octave? Octave could then hand the data
over to gnuplot which would send the plot to some file which you then
give the URL of to the user in the web page.

I've not done this before so I'm not sure how plausible it is plus
there are certain security and concurrency issues.

Elizabeth



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