home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / educ / dataplot.lzh / ReadMe < prev   
Encoding:
Text File  |  1992-01-05  |  2.2 KB  |  53 lines

  1.                               DataPlot v1.00
  2.                               ~~~~~~~~~~~~~~
  3.           Written by Stefan Zeiger of ! Wizard Works ! in 10/1991
  4.           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5.                                Public Domain
  6.                                ~~~~~~~~~~~~~
  7.  
  8. DataPlot is a very special function "plotter". It does not really plot the
  9. data, but it creates a ".dat" file containing the function which you typed in
  10. and the corresponding values that have been calculated. The ".dat" file can
  11. then be read in by "MultiPlot" (from AmigaLibDisk 467), so that you can mani-
  12. pulate the data with much more powerful functions than most normal function
  13. plotter programs offer.
  14.  
  15.                                   USAGE :
  16.                                   ~~~~~~~
  17.          IMPORTANT : DATAPLOT NEEDS THE "TOOL.LIBRARY" IN "LIBS:".
  18.             This library can e.g. be found on AmigaLibDisk 376.
  19.  
  20. DataPlot can only be used from the CLI or Shell. The command line syntax is :
  21. "DataPlot function xmin xmax step". The output can also be redirected to a file
  22. by putting a ">file" directly after the command name (before the arguments !).
  23. This file should end with ".dat" so that it can easily be read in by "Multi-
  24. Plot". "function" is the function that shall be computed, e.g. "sin(x)+x".
  25. A detailed description about the function syntax can be found in the documenta-
  26. tion of the "tool.library".  "xmin" and "xmax" are the boundaries of the area
  27. that shall be computed. "step" is the space between two points in the X direc-
  28. tion. Example : Type in "DataPlot >CosXPlusX.dat cos(x)+x -10 10 0.1", wait
  29. until the message "Finished." appears, start "MultiPlot" and load "CosXPlus-
  30. X.dat". Now you can manipulate the data as you like. HAVE FUN !
  31.  
  32.  
  33.  
  34. DataPlot v1.00 was compiled using SAS/C 5.10.
  35.  
  36. This program is PUBLIC DOMAIN. You may do with it whatever you want.
  37.  
  38.          C U at the « AMIGA '91 » ,
  39.                                     Stefan.
  40.  
  41.  
  42. -----------------------------------------------------------------------------
  43.  
  44.   STANDARD MAIL :  ! WIZARD WORKS !
  45.            Stefan Zeiger
  46.            Seligenstaedter Weg 24
  47.            D-W-8756 Kahl
  48.            West Germany
  49.  
  50.   VOICE :       (49)-6188-2525
  51.  
  52. -----------------------------------------------------------------------------
  53.