help-octave
[Top][All Lists]
Advanced

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

Re: dlmread problem


From: Martin Helm
Subject: Re: dlmread problem
Date: Tue, 30 Nov 2010 22:44:38 +0100
User-agent: KMail/1.13.5 (Linux/2.6.34.7-0.5-desktop; KDE/4.5.3; x86_64; ; )

Am Dienstag, 30. November 2010, 22:09:33 schrieb Keith Grider:
> John and Martin,
> 
> I appreciate the help. The data file I use is attached. I do not think I
> have any other dlmread anywhere in my path.
> 
> Keith

Your file contains a tab as delimiter between the columns, read it with

dlmread("test.txt","\t",1,0)

and everything should be fine.
Since you choose in your command " " as delimiter which is wrong the two 
columns are interpreted as one number.


reply via email to

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