new_array = vcat(data...)

2015-03-17 20:59 GMT-04:00 Christopher Fisher <[email protected]>:

>
>
> 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