Matlab Daemon
Version 1.1.0.0 (8 KB) by
Joshua Dillon
A Bash script & Mex program which allows for #!-style scripting against a background Matlab session.
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.
Cite As
Joshua Dillon (2026). Matlab Daemon (https://nl.mathworks.com/matlabcentral/fileexchange/30120-matlab-daemon), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2010b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > External Language Interfaces > Python with MATLAB > Call Python from MATLAB >
- MATLAB > External Language Interfaces > C with MATLAB > Write C Functions Callable from MATLAB (MEX Files) >
Find more on Call Python from MATLAB in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
