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
995
April 24, 2023
How to stack vectors to make a matrix?
New to Julia
1
3181
October 8, 2018
An error from stacking a new array with an initialization array (empty)
General Usage
question
6
848
October 18, 2021
Concatenating matrices
General Usage
3
11146
January 1, 2019
Most efficient way to stack vectors on the fourth dimension
New to Julia
8
1481
January 21, 2019