Skip to content

pgmatlab V2.0.0

Latest

Choose a tag to compare

@douggillespie douggillespie released this 24 Nov 16:45
· 1 commit to main since this release

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 functions

Please let us know if there are any problems / missing features.