help-octave
[Top][All Lists]
Advanced

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

ANNOUNCE: funcplot function family plotter


From: Craig Earls
Subject: ANNOUNCE: funcplot function family plotter
Date: Wed, 09 Apr 1997 21:18:13 -0400

I have uploaded to address@hidden a new function that
allows you to easily plot a family of curves on the same X11 window.

the syntax is:

a=funcplot("somename",XvalVector,FamilyValVector,...)

somename is evaluated for each element of FamilyValVector at each
coordinate specified in XvalVector. The results are plotted to an X11
window using GNUplot, the data is returned in a. 

Additionally the guts of this routine are contained ina c++ function
that will simply return the data asked for, the xvals, and familyvals,
can be real or complex, but must be a row or column vector. Every
argument after XvalVector is optional, i.e.

funcplot("sin",[0:0.01:6.2])

will plot a sine wave, the named function must return a real or complex
value, not a matrix or vector.
-- 
-----------------------------------------------------------------
Craig P Earls                                 address@hidden
LT US Navy, MIT Ocean Engineering             address@hidden
-----------------------------------------------------------------




reply via email to

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