#!/bin/bash
#BSUB -W 20
#BSUB -n 1
#BSUB -o out.%J
#BSUB -e err.%J
module load matlab/R2023a
matlab -nodisplay -batch "run('matmult.m')"
