Calling Matlab function from Postgres

From: Susan M Farley <sfarley1(at)gmu(dot)edu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Calling Matlab function from Postgres
Date: 2011-04-12 01:11:50
Message-ID: f86ab5c5976f.4da36e96@gmu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I'm trying to call MATLAB functions from PostgreSQL. I was trying to use Joshua Kaplan's java MATLAB control. I install my jar file which in turn calls MATLAB to run my algorithm, but get the error message "ERROR: java.lang.NoClassDefFoundError: matlabcontrol/RemoteMatlabProxyFactory" when I call the java function. I saw where DerTech LLC developed a MATLAB interface for PostgreSQL, but their web site seems to be gone. Does anyone either have an idea of how to solve my error or have a copy of the code that DerTech developed for the interface?

Thank you,
Susan

Browse pgsql-hackers by date

  From Date Subject
Next Message Jesper Krogh 2011-04-12 04:46:14 Re: Locking when concurrent updated of foreign references
Previous Message A.M. 2011-04-11 23:30:01 Re: POSIX shared memory redux