help-octave
[Top][All Lists]
Advanced

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

Re: RFC: method for storing data


From: CdeMills
Subject: Re: RFC: method for storing data
Date: Mon, 28 Jun 2010 09:56:52 -0700 (PDT)

Hello,

enclosed a first tentative implementation of dataframe(). It uses the
object-oriented feature of octave, so 3.2 is required

Up to now, a dataframe can be initialised from a matrix, a cell matrix of a
file. The method 'display' works and give, IMHO, useable results. 

To be added:
1) trying to manipulate the class inside the constructor as a struct doesn't
work, it has to be transformed to a struct again by explicitelly calling xx
= struct(df). Bug of feature ?
2) I would like that dim(df) returns df.rowcnt and df.colcnt, how can I
override size ?

Regards

Pascal  http://octave.1599824.n4.nabble.com/file/n2271193/octave_frame.zip
octave_frame.zip 
-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/RFC-method-for-storing-data-tp2268493p2271193.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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