help-octave
[Top][All Lists]
Advanced

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

logical indexing regression 3.0.1 vs 3.2.4


From: jkirby
Subject: logical indexing regression 3.0.1 vs 3.2.4
Date: Wed, 1 Dec 2010 10:05:26 -0800 (PST)

this script returns geo = 0.62970 in 3.0.1 but "error: A(I,J,...) = X:
dimensions mismatch" in 3.2.4 and 3.3.54+

geo = [0.6297]
c2 = [0.6562]

ic2 = (c2 < 0.3)
c = [0.8082]
geo (1,ic2) = acos(c(ic2))


this is on a windows build in all three cases. Anyone else see this? The bug
tracker is currently down. When it becomes available again I can repost
there.
-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/logical-indexing-regression-3-0-1-vs-3-2-4-tp3067780p3067780.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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