help-octave
[Top][All Lists]
Advanced

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

Re: Bizarre Error


From: pand9613
Subject: Re: Bizarre Error
Date: Thu, 13 Feb 2003 10:02:06 +1100
User-agent: Internet Messaging Program (IMP) 3.0

Okay to make everyones life easier i have isolated the problem:

i have written a new function that has the same problem:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
function test
a=1
while a==1
loadline=['load -force testfile.dat'];
eval(loadline);
userin=input('>>','s');
userin=str2num(userin)
if userin==0
return
end
end
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

just create the file testfile.dat containing any old stuff then run this 
function. Test different strings...a string prefixed by a number produces an 
error.


-------------------------------------------------
This mail sent through IMP: www-mail.usyd.edu.au



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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