I followed the steps listed in the previous answer to this question here
How can I access a postgresql database from matlab with without matlabs database toolbox?
However, on the step
driver = org.postgresql.Driver;
I'm getting the following error.
Undefined variable "org" or function "org.postgresql.Driver"
I've added it to the dynamic path, and running "javaclasspath" shows the following at the bottom
DYNAMIC JAVA PATH
M:\postgresql-9.3-1100.jdbc41.jar
any ideas on what is wrong?