Hi,
with

x=read(file,-1,2)

I can read the data from a text file containing e. g.

1  2.12       First line of text file
2.12   3.2
3 2
4  2
5 2.
6     2
7 2
            Last line empty

What can I do to read only the numbers from a text file like

Header 1     First line of text file
Header 2


1 2.12
2.12 3.2
3 2
4 2
5 2.
6 2
7 2
            Last line empty

where the data start in the 5th line?

Regards, Jens

_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to