[julia-users] Please help me to convert a BitArray to a Integer array in Julia

2016-10-17 Thread Sujoy Datta
I am a new user of Julia. Please help me to convert a nxm BitArray to an nxm IntegerArray. What I want is to print 1 for 'true' and 0 for 'false'. Thank you in advance.

[julia-users] Re: Please help me to convert a BitArray to a Integer array in Julia

2016-10-17 Thread Sujoy Datta
the way, how can I get the newest version? I downloaded this version through Synaptic. On Monday, October 17, 2016 at 3:01:53 PM UTC+5:30, Sujoy Datta wrote: > > > > I am a new user of Julia. Please help me to convert a nxm BitArray to an > nxm IntegerArray. > What I want