This version is outdated by a newer approved version.DiffThis version (2022/12/21 07:18) is a draft.
Approvals: 0/1
The Previously approved version (2020/01/16 12:46) is available.Diff

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)"
  • doku/matlab.1671607138.txt.gz
  • Last modified: 2022/12/21 07:18
  • by amelic