Thread: Connecting matlab with postgresql

Connecting matlab with postgresql

From
Sukuchha Shrestha
Date:
Hello nice people,

I am sure many of you have idea about how to connect matlab with postgresql.

Connecting with matab database toolbox is possible which i have not tried yet because i dont have access to that toolbox.

I have read in internet that its possible to connect without having a database toolbox.

Could anybody explain here how to connect in a detailed step ! Consider me studying in class 1 of postgresql when explaining :)

Sukuchha 

Re: Connecting matlab with postgresql

From
fork
Date:
Sukuchha Shrestha <sukuchha <at> yahoo.de> writes:

> Could anybody explain here how to connect in a detailed step ! Consider me
studying in class 1 of postgresql when explaining :)

It may not be much help to you, but on a Unix shell I tend to run psql through
some text manipulation pipes and then into a csv which I read with dlmread().

And I use Octave, not Matlab, which plays slightly more nicely in a unix batch
environment.

Sorry if that is just noise for you.