Matlab Daemon
by Joshua Dillon
21 Jan 2011
(Updated 24 Jan 2011)
A Bash script & Mex program which allows for #!-style scripting against a background Matlab session.
|
Watch this File
|
| File Information |
| Description |
Unfortunately Mathworks has not designed Matlab to behave like the typical Unix interpreter, i.e., there is no #! ("shebang") support similar to Bash, Perl, or Python. This submission demonstrates how to set this up using only about 20 lines of bash (and a small mex program written in C).
To minimize execution time of each #! script, the provided Bash script establishes a background session of Matlab and re-uses this session as needed.
Please see "readme.html" for installation and comments. |
| MATLAB release |
MATLAB 7.11 (2010b)
|
| Other requirements |
Unix, Linux, Mac |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 24 Jan 2011 |
Updated documentation. |
|
Contact us at files@mathworks.com