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

  1. Newsgroups: comp.soft-sys.matlab
  2. Path: sparky!uunet!stanford.edu!CSD-NewsHost.Stanford.EDU!sccm.Stanford.EDU!moler
  3. From: moler@sccm.Stanford.EDU (Cleve Moler)
  4. Subject: Translating MATLAB to Fortran or C
  5. Message-ID: <1993Jan24.214735.3950@CSD-NewsHost.Stanford.EDU>
  6. Sender: news@CSD-NewsHost.Stanford.EDU
  7. Organization: Scientific Computing/Computational Mathematics (SCCM), Stanford U.
  8. Date: Sun, 24 Jan 1993 21:47:35 GMT
  9. Lines: 19
  10.  
  11.  
  12.  
  13. Several recent postings have asked about MATLAB to Fortran and
  14. MATLAB to C translation.  The closest thing we have is a new
  15. "Code Generation" facility that takes SIMULINK blocks and 
  16. generates C code for use in real-time simulation, control and
  17. signal processing hardware, including equipment from a Germany
  18. company, dSpace.  This amounts to translation from a limited subset
  19. of MATLAB-esse to C.
  20.  
  21. The facilities available with other M-systems like Mathematica,
  22. Maple and MACSYMA, will translate single arithmetic expressions
  23. in those languages to Fortran, C or Tex.  Since these systems can
  24. generate lengthly arithmetic expressions, such translation is
  25. useful.  But there is no translation of larger code fragments
  26. or complete subprograms.
  27.  
  28.   -- Cleve Moler
  29.   moler@mathworks.com
  30.