help-octave
[Top][All Lists]
Advanced

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

Dataframes


From: CdeMills
Subject: Dataframes
Date: Fri, 16 Jul 2010 08:49:17 -0700 (PDT)

Hello again,

I've added tests and demo to the dataframe objects, this permitted to remove
a few more bugs. Now you can run inside octave 
demo('dataframe', [1..3])
where first demo is basic creation and access, second shows how to modify a
dataframe from a cell array specifying row names, and the third is similar,
modifying row indexes. 

With regard to the previous version, the biggest change is that all
assignements are performed inside the same function. The constructor now
just reads its arguments and append them to the dataframe.

Comments - suggestions - ... ?

Regards

Pascal
http://octave.1599824.n4.nabble.com/file/n2291572/octave_frame.zip
octave_frame.zip 
-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/Dataframes-tp2291572p2291572.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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