#!/bin/bash # This script prepares tardis by compiling the necessary function in MATLAB. # check [module avail matlab] and choose matlab version module load matlab/R2016b matlab -nodesktop -nosplash -r "run a3_ica_prepare.m" mv run_a3_ica.sh a3_ica_run.sh