help-octave
[Top][All Lists]
Advanced

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

Re: Importing list of sentences


From: zxcasdqwe
Subject: Re: Importing list of sentences
Date: Tue, 26 Jun 2012 01:27:05 -0700 (PDT)

fname = fullfile(pwd,'country_names.txt');
fid = fopen(fname, 'rt');
names = textscan(fid, '%s', 'Delimiter','\n'){1};
fclose(fid);


--
View this message in context: 
http://octave.1599824.n4.nabble.com/Importing-list-of-sentences-tp4630945p4630950.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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