This is an old revision of the document!
Matlab Batch Jobs
Run Matlab Task from command line
Generate a matlab package called test.m
,
add(2,3.4)
and a function add.m
,
function z=add(x,y) z=x+y
Run this from the command line:
/opt/sw/matlab-80/bin/matlab -nodisplay -r "add(2,3.4)"
Further MATLAB Programs and batch jobs
More MATLAB test programs and batch jobs can be found on TUCOLAB