Excellent. I was not aware of the use of the ellipsis in Julia. Thanks!
On Tuesday, March 17, 2015 at 9:03:48 PM UTC-4, Andreas Noack wrote: > > new_array = vcat(data...) > > 2015-03-17 20:59 GMT-04:00 Christopher Fisher <[email protected] > <javascript:>>: > >> >> >> Hi all- >> >> pmap outputs the results as an array of arrays and I am trying to find a >> flexible way to change it into a one dimensional array. I can hardcode the >> results as new_array = vcat(data[1],data[2],data[3],data[4]). Is there an >> easy way to accomplish this without hardcoding each data[] into vcat? >> >> Thank you in advance >> > >
