What have you tried so far?
The answer is
julia> mapreduce(permutedims, vcat, x)
2×3 Matrix{Int64}:
1 0 1
0 0 1
What have you tried so far?
The answer is
julia> mapreduce(permutedims, vcat, x)
2×3 Matrix{Int64}:
1 0 1
0 0 1