Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: read nonuniform text
Date: Tue, 28 Oct 2008 22:04:02 +0000 (UTC)
Organization: CVUT
Lines: 4
Message-ID: <ge828i$r72$1@fred.mathworks.com>
References: <ge6nld$1bn$1@fred.mathworks.com> <ge799q$ss$1@fred.mathworks.com> <ge81i1$jf6$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1225231442 27874 172.30.248.37 (28 Oct 2008 22:04:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 28 Oct 2008 22:04:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1574688
Xref: news.mathworks.com comp.soft-sys.matlab:497716


I forget tell that I have to (!!!) control number of strings/columns in every line. I know the longest line (in my case 9) so I have to add zeros behind numbers (e.g. number number number 0 0 0 0 0 0 ;]).


Or you can create big matrix with 9 columns (contain only zeros) and rewrite every position. What you choose depend on you ;].