home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / softsys / matlab / 225 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.5 KB

  1. Path: sparky!uunet!ulowell!m2c!bu.edu!inmet!noc.near.net!MathWorks.Com!nuntius
  2. From: little@mathworks.com (John Little)
  3. Newsgroups: comp.soft-sys.matlab
  4. Subject: Re: On-line help
  5. Message-ID: <C1JG7A.KGG@MathWorks.COM>
  6. Date: 28 Jan 93 00:33:09 GMT
  7. References: <C1IH3v.Ax1@sunlab1.bath.ac.uk>
  8. Sender: news@MathWorks.COM (Usenet News Account)
  9. Organization: The MathWorks, Inc.
  10. Lines: 31
  11. X-Useragent: Nuntius v1.1
  12.  
  13. In article <C1IH3v.Ax1@sunlab1.bath.ac.uk> Mark Hagger,
  14. mapmh@sunlab1.bath.ac.uk writes:
  15.  
  16. >Does anyone else think that it would be _very_ useful if the inbuilt
  17. >matlab functions had some kind of topic help option, something like
  18. >the apropos (or man -k) option in UNIX.  On a general basis I run
  19. >matlab without having a manual in front of me (the university only has
  20. >3 copies so they are very restricted) so when I have no idea what the
  21. >command is but have a good idea what I want it to (and that the
  22. >command exists) its very annoying as I have to wander around the dept
  23. >to find the manual.
  24. >
  25. >Of course knowing my luck this is probably a version 4.0 option.
  26.  
  27.  
  28. How right you are.  Here's what I get by using the new "lookfor" command
  29. with the string "fourier":
  30.  
  31. >> lookfor fourier
  32.  
  33. FFT    Discrete Fourier transform.
  34. FFT2    Two-dimensional Fast Fourier Transform.
  35. IFFT    Inverse discrete Fourier transform.
  36. IFFT2    Two-dimensional inverse discrete Fourier transform.
  37. FOURIER Graphics demo of Fourier series expansion.
  38. DFTMTX    Discrete Fourier transform matrix.
  39.  
  40. >>
  41.  
  42.  
  43. John Little
  44.