home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / apps / math / matlab / readme < prev   
Text File  |  1992-04-21  |  2KB  |  45 lines

  1. This is a release of classical MATLAB for Atari-ST
  2. with at least 2Mb of RAM (if you have only 1Mb, please
  3. continue reading: there's hope for you too :-)
  4.  
  5. The sources are in the directory src, and are the original
  6. ones, modified to be compiled by BC Fortran, a PD Fortran
  7. compiler available at atari archive. I had to patch the code
  8. in several points to circumvent the INTEGER/CHARACTER equivalence
  9. of the old FORTRAN, which is absent in the BC compiler.
  10. The random number generator is completely new, because
  11. the original one led to an integer overflow. 
  12. I used the resulting program with no errors.
  13.  
  14. The program may optionally use an help file (which I advise to do);
  15. at present, it searches it in d:\lib\. It is split in two parts,
  16. which need both to be present. These files are in the lib
  17. directory of this archive. To change the location, you must edit
  18. the file src/sys.f and recompile all.
  19.  
  20. For its memory needs, MATLAB uses a stack whose size is fixed
  21. at compile-time; i kept the original stack size of 50005. This
  22. allocates 50005*8*2 bytes, more or less 800Kb. If you have not
  23. enough memory, you can safely change all occurrences of the
  24. string 50005 by a lower value (25000 should work for 1Mb machines)
  25. and recompile. The replacement must be done on all files in
  26. the directory src.
  27.  
  28. To recompile, you must use BC fortran. A sample makefile
  29. is provided. Remember to link the objects with the math library.
  30.  
  31. Finally, the executable file in bin\ is my own copy of the program.
  32. It is packed with the unbelievable utility 'pack', also available
  33. at atari archive, which allows executables to be compressed and
  34. decompressed only at run time.
  35.  
  36. As a copyright notice, I enclose a statement from the author of
  37. matlab. Please read it: MATLAB IS NOT PUBLIC DOMAIN. THIS
  38. IS A MODIFIED VERSION.
  39.  
  40. For problems, suggestions and postcards, address
  41.  
  42. Matteo.Frigo@dei.unipd.it
  43.  
  44. Greetings from Italy.
  45.