Mind the Gap: The PhysioNet/Computing in Cardiology Challenge 2010 1.0.0
(378 bytes)
#!/bin/bash
#SBATCH --job-name=genfilter
#SBATCH --output=slurm.out
#SBATCH --error=slurm.err
/path_to_your_matlab_distribution/bin/matlab -nodisplay -r "addpath ../dev/; addpath ../dev/saveascii/; ctests($1)"
# to run MATLAB on x86 architecture use:
#/path_to_your_matlab_distribution/bin/matlab -glnx86 -nodisplay -r "addpath ../dev/; addpath ../dev/saveascii/; ctests($1)"