I think this needs a splat, multi = cat(dogs[1:16]...; dims=4). You could also do multi == reshape(reduce(hcat, dogs[1:16]), 100,100,1,:).
2 Likes
I think this needs a splat, multi = cat(dogs[1:16]...; dims=4). You could also do multi == reshape(reduce(hcat, dogs[1:16]), 100,100,1,:).