home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / sci / math / symbolic / 3050 < prev    next >
Encoding:
Text File  |  1992-11-20  |  2.6 KB  |  58 lines

  1. Newsgroups: sci.math.symbolic
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uunet.ca!xenitec!mongrel!shrdlu!u36!mks.com!watserv1!watserv2.uwaterloo.ca!watdragon.uwaterloo.ca!daisy.uwaterloo.ca!katherle
  3. From: katherle@daisy.uwaterloo.ca (Kate Atherley)
  4. Subject: Re: MAPLE: Reading list of points from external file
  5. Message-ID: <BxvEKG.KLs@watdragon.uwaterloo.ca>
  6. Sender: news@watdragon.uwaterloo.ca (USENET News System)
  7. Organization: University of Waterloo
  8. References: <ROSE.92Nov10172623@t524i5.telematik.informatik.uni-karlsruhe.de> <1e93eeINNj59@pith.uoregon.edu>
  9. Distribution: sci
  10. Date: Tue, 17 Nov 1992 17:14:40 GMT
  11. Lines: 45
  12.  
  13. In article <1e93eeINNj59@pith.uoregon.edu> joe@decoy.uoregon.edu (Joe St Sauver) writes:
  14. >In article  
  15. ><ROSE.92Nov10172623@t524i5.telematik.informatik.uni-karlsruhe.de>  
  16. >rose@t524i5.telematik.informatik.uni-karlsruhe.de (Ortwin Rose) writes:
  17. >> 
  18. >> I have a list of points generated by another program, and would
  19. >> like to create a three-dimensional plot of the surface using
  20. >> MAPLE. Now, I did NOT find a solution to read these points from
  21. >> an external file into a list of points that can be used by
  22. >> "plots[pointplot]" within MAPLE! Since this is quite an easy
  23. >> task, I am quite sure that such a solution does exists. Any
  24. >> pointers how to proceed are appreciated!
  25. >
  26. >Ortwin,
  27. >
  28. >I am currently confronting a comparable problem -- I have a user with
  29. >huge matrices which he needs to manipulate. 
  30. :
  31. >But, after extensively searching the new Springer Verlag Maple V 
  32. >manual set, let me refer you to section 11.8.5 in the Maple V
  33. >Language Reference Manual:
  34. >
  35. >   "It is not possible in the present version of Maple to read
  36. >   arbitrarily formatted data [from a text file]."  (pp. 191)
  37. >
  38. >That, to me, was just inconceivable, particularly for a package
  39. >which goes to some extreme to justify claims that it is a 
  40. >"programming language." To me, anything which cannot read data 
  41. >from a file in some relatively common format (i.e., free format, 
  42. >comma delimited format, fixed format or SOMETHING other than 
  43. >Maple-specific statement format) is NOT a programming language.
  44.  
  45. I posted in response to the original user's questions, stating
  46. that there is a function, surfdata, in the Maple Share Library, 
  47. available by anonymous ftp, that does exactly what the user wants 
  48. to do.
  49.  
  50. It is true that Maple V cannot read data files, without
  51. some massaging of the file into valid Maple statements.
  52. However, our latest release, Maple V Release 2 has addressed this
  53. problem, with the addition of the functions readline and sscanf.
  54.  
  55. Kate
  56. Waterloo Maple Software Technical Support
  57. support@maplesoft.on.ca
  58.