Some notes on how to run TreeQSM in Octave, I needed to do this as the HPC facility did not have a matlab licence. Hoping this will help people in a similar situation :)
conda create -n octave
Then activate the enviroment
conda activate octave
conda install -c conda-forge octave cmake cxx-compiler
pkg install -forge io
pkg install -forge statistics
Then load the statistics package
pkg load statistics
save([inputs.out, '/', str], 'qsm', '-v7')