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

Reply via email to