home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / softsys / matlab / 232 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.4 KB  |  36 lines

  1. Newsgroups: comp.soft-sys.matlab
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!elroy.jpl.nasa.gov!swrinde!emory!athena!castor!white
  3. From: white@castor (Tom White)
  4. Subject: Linking C with Matlab?
  5. Message-ID: <C1J03F.10w@athena.cs.uga.edu>
  6. Sender: usenet@athena.cs.uga.edu
  7. Nntp-Posting-Host: castor.cs.uga.edu
  8. Organization: University of Georgia
  9. References: <1993Jan27.000517.27129@csi.jpl.nasa.gov>
  10. Date: Wed, 27 Jan 1993 18:45:15 GMT
  11. Lines: 23
  12.  
  13. From the recently posted FAQ:
  14. >
  15. >10) Can I use C and Fortran programs with Matlab?
  16. >
  17. >     Matlab's MEX-file facility allows user to use C and  Fortran
  18. >     subroutines  as  Matlab  m-files. It is also possible to use
  19. >     Matlab as a computational engine for C/Fortran subroutines.
  20. >
  21.  
  22. I am a student at the University of Georgia and have recently
  23. purchaced the student edition of Matlab for MS-DOS machines.  I
  24. was hoping that Matlab would be able to be compiled into object code
  25. or translated into C so that I could link it with my programs.  The
  26. manual only mentions how to read the 'LOAD/SAVE' files, and shelling
  27. out of my application, loading matlab, etc. is way to costly.
  28.  
  29. So my question: How does one efficiently use Matlab as a program's
  30. "computational engine" in demanding applications like 3D graphics
  31. routines?  Is generating object code (or C translations) possible
  32. in the Professional version?  Through any Shareware, etc.?
  33.  
  34. Advance Thanks,
  35. -Tom
  36.