From: giacomo reggiori on 21 Jun 2010 09:12 I need to import a .txt file in which the first 4 lines are text that i don't need, from line 14 to the end there are data i need to manipulate, if I write load file.txt, it gives me an error because there are not only numeric data in the file, how can i do it? thank you
From: someone on 21 Jun 2010 09:34 "giacomo reggiori" <giacomoreggiori(a)gmail.com> wrote in message <hvnof5$r40$1(a)fred.mathworks.com>... > I need to import a .txt file in which the first 4 lines are text that i don't need, from line 14 to the end there are data i need to manipulate, if I write load file.txt, it gives me an error because there are not only numeric data in the file, how can i do it? > thank you doc textscan % or doc textread And use the "Headerlines" option.
|
Pages: 1 Prev: integration of a vector of functions Next: Problem in GUI design |