Julia Programming Language
How to convert Vector of Vectors to Matrix
General Usage
question
,
arrays
rafael.guerra
December 6, 2021, 3:58am
6
For a large number of elements could do instead:
reduce(hcat,x)'
8 Likes
Is there a faster alternative to `hcat(xx...)`?
show post in topic
Related topics
Topic
Replies
Views
Activity
How can I convert a matrix of vectors to a 3d array?
New to Julia
arrays
13
758
March 28, 2023
Vector{Vector} indices
General Usage
indexing
,
arrays
22
2817
September 19, 2022
How to stack two "cell arrays" together
New to Julia
question
21
1004
April 24, 2023
Get the transpose of Vector{Vector{Float64}}
New to Julia
arrays
,
vector
,
comprehension
9
239
April 17, 2025
Vcat row vectors -> matrix?
New to Julia
question
,
vector
10
2051
July 27, 2022