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 21:07:59 +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, 20:37:37 schrieb Keith Grider:
> I am just defining the matrix name when I run the command.
> 
> It does the same thing if I type:
> octave:39> dlmread("test.txt"," ",1,0)
> ans =
> 
I get this with your file 
GNU Octave, version 3.3.54

dlmread("test.txt"," ",1,0)
ans =

  -0.009000   0.000000
  -0.028000   0.000000
  -0.016000   0.000000
  -0.003000   0.000000
  -0.022000   0.000000
  -0.016000   0.000000
  -0.003000   0.000000
   0.003000   0.000000
  -0.009000   0.000000
  -0.003000   0.000000
  -0.009000   0.000000
  -0.016000   0.000000

Can you check if your dlmread function is shadowed by another function with 
the same name?

"help dlmread" shows in my case
`dlmread' is a function from the file 
/usr/local/libexec/octave/3.3.54/oct/x86_64-unknown-linux-gnu/dlmread.oct


reply via email to

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