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
831
March 28, 2023
Arrays vs Vectors vs matrix (permutations) problems,confusion and clarification
General Usage
10
1518
June 11, 2018
How to stack vectors to make a matrix?
New to Julia
1
3243
October 8, 2018
What's the meaning of the array syntax , ;
New to Julia
17
9402
January 3, 2017
Vector{Vector} indices
General Usage
indexing
,
arrays
22
2961
September 19, 2022