From: us on
"edward kabanyas" <djuky_hmi(a)yahoo.com> wrote in message <i21a9l$kkt$1(a)fred.mathworks.com>...
> Hi Us,
>
> Thanks for your reply.
>
> > > 14:28:00 .000 000.000 01** 4847 0071 0058 +26
> > > 14:29:00 R- .033 000.000 01** 4845 0090 0058 +25
>
> However, the column number of the data is not uniform. For example, the first line is without 'R' (only white space), but the the second line with 'R-'..
>
> Regards;
> Edward
>
> >use TEXTREAD or TEXTSCAN to slurp the whole file into a CELLSTRING...

well... that's why i added

- use string functions, eg, STRFIND, STRCMP, REGEXP, to dissect your data...

for an example, look at one of your earlier OPs...

us