This is an old revision of the document!


Matlab Batch Jobs

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)"

More MATLAB test programs and batch jobs can be found on TUCOLAB

  • /srv/vsc/www/dw/data/pages/doku/matlab.txt
  • Last modified: 2022/12/22 09:57
  • by amelic