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 02:34:55 -0800 (PST)


AlbFrigerio wrote:
> 
> Thank you so much, it sounds very interesting, but I got some problems in
> istalling it :(
> 
> Following the instructions in the site, I downloaded your package and put
> in the bin folder on my PC. Then I typed pkg install
> dataframe-0.8.2.tar.gz on my prompt, but then typing help dataframe I got
> the error saying that function doesn't exist :(
> 
> By the way, I'll try to solve this problem. Afterwise, should I only type
> dataframe("test.txt") ?
> 
> 
> 
In theory, yes. Maybe type

pkg load 'dataframe'
to activate it ?

Then,
x=dataframe('test.txt') should return a dataframe object. Afterwards, you
can extract parts, assign new values, and much more.

Regards

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


reply via email to

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