Why tabela[1,2] shows 5.89694e6  if there is 5.896941e6
julia> freq
4-element Array{Int64,1}:
 5896941
   35205
     713
       9

julia> tabela=(hcat(lebel,freq, freqproc))
4x3 Array{Float64,2}:
 0.0      5.89694e6  99.3944
 2.0  35205.0         0.593389
 3.0    713.0         0.0120178
 1.0      9.0         0.000151697


julia> tabela[1,2]
5.896941e6

Reply via email to