#!/bin/bash #SBATCH -J mcr_example # job name, don't use spaces #SBATCH -c 1 # number of cores, 1 #SBATCH --mail-type=END,FAIL # email status changes # load env for mcr module load mathworks/mcr_r2017a # run your command (mcc), ./matlab_example # run your command (deploytool), #./matlab_example/for_testing/matlab_example