Re: [julia-users] Re: array of arrays to multi-dimensional array

2016-06-10 Thread Lewis Lehe
thanks Islam! I had tried to use the vcat and did't get the result I wanted, but I didn't think of using the splats. On Fri, Jun 10, 2016 at 11:01 AM, Islam Badreldin wrote: > Hi Lewis > > Please see below > > > On Friday, June 10, 2016 at 12:48:57 PM UTC-4, Lewis Lehe wrote: > >> Hi I I wondere

[julia-users] Re: array of arrays to multi-dimensional array

2016-06-10 Thread Islam Badreldin
Hi Lewis Please see below On Friday, June 10, 2016 at 12:48:57 PM UTC-4, Lewis Lehe wrote: > Hi I I wondered if there is a neat in Julia way to create a > multi-dimensional array from an array of arrays. This would be useful for > creating data structures programatically. > > For example... >