Julia Programming Language
How to stack up multiple 3-dimension matrices into one?
General Usage
question
,
arrays
pdeffebach
December 16, 2021, 7:54pm
7
You should use an anonymous function
reduce((x, y) -> cat(x, y; dims = 3), vec)
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
How to stack two "cell arrays" together
New to Julia
question
21
997
April 24, 2023
How to stack vectors to make a matrix?
New to Julia
1
3195
October 8, 2018
An error from stacking a new array with an initialization array (empty)
General Usage
question
6
858
October 18, 2021
Concatenating matrices
General Usage
3
11205
January 1, 2019
Most efficient way to stack vectors on the fourth dimension
New to Julia
8
1488
January 21, 2019