help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Octave & PostgreSQL


From: fork
Subject: Re: Octave & PostgreSQL
Date: Tue, 25 May 2010 17:22:11 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Don Catanzaro <dgcatanzaro <at> gmail.com> writes:

> I am a newbie to Octave and wish to pull data from a PostgreSQL database for
> analysis.  

Welcome!

> I have a few questions:

...

> Could someone give a newbie a little direction ?

I don't think the database interface is very well developed in Octave,
unfortunately, so, um, I feel your pain.

I have some code that uses the system() command in octave, the psql command, an
intermediate file, and some sed trickery to run a select statement and get
either a matrix, a cell array, or a struct array.  This might not be directly
applicable in a windows environment, but I can point you to it this weekend
(after a little fixup) if it would be helpful.

There is no code for stuffing data back into the db, but it seems like that
answers 95% of my issues.

If anybody wants to comment on databases and octave, I would love to hear it.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]