help-octave
[Top][All Lists]
Advanced

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

load matrix of string


From: sauber89
Subject: load matrix of string
Date: Sat, 12 Mar 2011 06:33:16 -0800 (PST)

How do you load a file in a matrix (or table) which contain strings?

for example, in my data file, I have: 

hello
boy

and I want to have:

data(1)
 -> hello
data(2)
-> boy

end of the example

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


reply via email to

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