Matlab VSC
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:
module purge module load Matlab/(...Version...) matlab -nodisplay run test.m
Further MATLAB Programs and batch jobs
For more information in MATLAB programs and batch jobs read here ↣TUCOLAB