Matlab VSC

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:

module purge
module load Matlab/(...Version...)
matlab -nodisplay
run test.m

For more information in MATLAB programs and batch jobs read here ↣TUCOLAB

  • doku/matlab.txt
  • Last modified: 2022/12/22 09:57
  • by amelic