octave-db 031008 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News octave-db 031008 (Default branch)
# 1  
Old 03-12-2008
octave-db 031008 (Default branch)

octave-db is a set of bindings that allow SQL queries and other operations on Postgres, MySQL, SQLite, and standard ODBC databases from within Octave. A simplified/unified interface is provided, along with the entire C client API of each database (libpq, libmysqlclient, etc.).Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Programming

How to install Octave?

This is probably something really simple, but I don't get it. I downloaded a copy of Octave and extracted it to octave-2.1.73-sol10-sparc-local. Now what do I do with it? I chmod'ed it to 777 and tried running it which just gave me an endless stream of errors. Here's the beginning of the file... (4 Replies)
Discussion started by: Michele31416
4 Replies

2. Shell Programming and Scripting

using Octave and bash command together

Hej all, I have an script which I run it with Octave command in Linux, I want to know how could I put bash commands like grep and sed and use them together with octave? My Octave script: Script.sh: m = load ("file", "-ascii") for i=1:10 g(i)= sin(m) end and then I use this... (2 Replies)
Discussion started by: Johanni
2 Replies

3. UNIX and Linux Applications

Where Octave stores it's variables

Hej guys, I'm doing some simple matrix operations with octave and don't know where and how it stores it's variables. Is there any file somewhere that could be accessed? I was using MATLAB before and now Octave is new for me. Or maybe I should use some commands to save and load it. but... (0 Replies)
Discussion started by: Johanni
0 Replies

4. Shell Programming and Scripting

shc usage with octave scripts - HOW ????

Hello there. I would like to know how to use shc (the generic shell script compiler ) with octave scripts. With sh scripts it works fine (because it automatically recognizes the interpreter - here bash ). But when use with octave scripts like this easy one #! /usr/bin/octave disp("testing...")... (0 Replies)
Discussion started by: spiriad
0 Replies
Login or Register to Ask a Question
Octave(1)						      General Commands Manual							 Octave(1)

NAME
octave - A high-level interactive language for numerical computations. SYNOPSIS
octave [options] OPTIONS
The complete set of command-line options for octave is available by running the command octave --help DESCRIPTION
Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solv- ing linear and nonlinear problems numerically. DOCUMENTATION
The primary documentation for Octave is written using Texinfo, the GNU documentation system, which allows the same source files to be used to produce on-line and printed versions of the manual. You can read the on-line copy of the Octave documentation by issuing the command octave:13> help -i while running Octave interactively, by using the GNU Emacs info mode, or by running standalone programs like info or xinfo. BUGS
The best way to submit a bug report for Octave is to use the command octave:13> bug_report while running Octave interactively. This will create a template bug report file and start an editor on that file. Your message will be sent to the bug-octave mailing list once you are finished editing the template. If you are unable to use the bug_report command, send your message to the bug-octave@bevo.che.wisc.edu mailing list by some other means. Please read the `Bugs' chapter in the Octave manual to find out how to submit a bug report that will enable the Octave maintainers to fix the problem. AUTHOR
John W. Eaton Department of Chemical Engineering University of Wisconsin-Madison Madison, WI 53706 USA <jwe@bevo.che.wisc.edu> Jan 8 1996 Octave(1)