#!/bin/bash
module load matlab
matlab -nodisplay -r "A=rand(1e4); B=A*A'; exit"
