What is happening? This is linux Lubuntu 13.10 with latest julia
(from nightlies PPA)
and using JuliaStudio.

Whenever I am using arrays, BoundsError() creeps up!

julia> y = rand(8)

BoundsError()


julia> z = zeros(8)

BoundsError()


julia> x = [1., 2., 3., 4., 5.]

BoundsError()


???

Kjetil

Reply via email to