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: AlbFrigerio
Subject: Re: Loading matrix of string and numbers
Date: Wed, 16 Feb 2011 12:48:38 -0800 (PST)


CdeMills wrote:
> 
> 
> 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
> 


Thank  you so mych, you were completely right. The only "problem" is that
every time I launch on Octave session I have to type your commands, but I
will easily remember it!! Thanks again for your suggest, this package sounds
GREAT !!!
-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/Loading-matrix-of-string-and-numbers-tp3308348p3309702.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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