Reference edit
- CS 9A (Matlab) Study Guide, University of California, 2006
Description edit
The quickest, lightest way to get Tcl and MATLAB talking is through DDE. MATLAB also exposes a COM interface that permits essentially fully general control, although it's documented with as much mystery as seems to be canonical with COM. In Calling Matlab from Python (alternate), Paul McGuire, 2004-03-11, the author documents his experience in COM control with Python; most of this knowledge translates easily to Tcl.TMath and TCL-MAT both bind Tcl and MATLAB.Octave is an open-source replacement for MATLAB.AM 2007-09-26: A product associated with MATLAB is Simulink. Playing Simulink is an attempt to bring its functionality (as far as I understand it) to Tcl.