help-octave
[Top][All Lists]
Advanced

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

loading matrix.. no error, but undefined variable


From: Alberto Simões
Subject: loading matrix.. no error, but undefined variable
Date: Sat, 8 Mar 2014 15:01:42 +0000

Hello

I am having some weirdness with octave. Just check:

octave:1> load('X.txt')
octave:2> whos
octave:3> foo = load('X.txt')
error: value on right hand side of assignment is undefined

So, load seems to be failing. But no error is printed? That is strange.

I found out there is a bug in the file (some lines have few elements), but shouldn't octave complain?

Thanks

--
Alberto Simões

reply via email to

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