help-octave
[Top][All Lists]
Advanced

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

Re: Loading matrix of string and numbers


From: CdeMills
Subject: Re: Loading matrix of string and numbers
Date: Wed, 16 Feb 2011 01:45:46 -0800 (PST)

Hello,

I developped a package called 'dataframe' that you can download from
octave.sourceforge.net. Its purpose is to implement something similar to R
data.frame, i.e. a generic storage mechanism, including row and column
information, where each column is a basic octave type: char / int / double /
... It's a kind of 'cell' on steroids, and the class constructor may be
passed as argument the name of the file, from which it tries hard to infer
the column content.

Regards

Pascal
-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/Loading-matrix-of-string-and-numbers-tp3308348p3308472.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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