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 can I convert a matrix of vectors to a 3d array?
New to Julia
arrays
13
757
March 28, 2023
How to stack two "cell arrays" together
New to Julia
question
21
1004
April 24, 2023
A julia function to stack two arrays of size (m, n), to get one of size (2, m, n)
General Usage
arrays
22
4963
July 13, 2022
3 dimensional arrays
New to Julia
3
342
August 25, 2022
Problem with cat()
General Usage
9
2656
October 2, 2018