Major rewrite of all pgmatlab code using a new class structure and namespaces to keep the code clean. This code is compatible with the new tutorial at https://www.pamguard.org/tutorials/matlabrpython.html.
We've endeavoured to keep the code funcitonally the same as the old version, apart from the need to include the namespaces at the top of your Matlab scripts.
import pgmatlab.utils.*; % import PAMGuard utils functions
import pgmatlab.db.*; % import PAMGuard database functionsPlease let us know if there are any problems / missing features.