#!/bin/bash -l

#$ -l h_rt=12:00:00
#$ -pe omp 1

module purge
module load matlab/2017b
matlab -singleCompThread -nodisplay -r "decision_surfaces; exit"

