#!/bin/bash -l
module load matlab
matlab -nodisplay -singleCompThread -r "n=4, rand(n), exit" 
