help-octave
[Top][All Lists]
Advanced

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

Re: Unknown error and crash


From: the_verge
Subject: Re: Unknown error and crash
Date: Sun, 17 Sep 2006 20:46:15 -0700 (PDT)

Well, I solved the problem.  Turns out it was just poor coding :)

Somewhere in my .m file I had:

thing = zeros(1:744)

Which crashes the program.  What I was trying to do was:

thing = zeros(1,744)


-- 
View this message in context: 
http://www.nabble.com/Unknown-error-and-crash-tf2275801.html#a6357246
Sent from the Octave - General forum at Nabble.com.



reply via email to

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