I'd like to know how to create an array of array...

On Wednesday, March 18, 2015 at 2:03:48 AM UTC+1, 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
>>
>
>

Reply via email to