Julia Programming Language
How to append 3 dimension array( matrix) for example in MATLAB M(:,:,i) = b
General Usage
matlab
,
array
rocco_sprmnt21
July 30, 2022, 7:11am
4
A=rand(1:10, 2,3,2) B=rand(1:10, 2,3,2) [A;;;B]
A=rand(1:10, 2,3,2,1) B=rand(1:10, 2,3,2,2) [A;;;;B]
show post in topic
Related topics
Topic
Replies
Views
Activity
Concatenating matrices with an empty matrix
General Usage
matrices
2
1928
December 16, 2022
Concatenate empty list of arrays
General Usage
1
973
October 30, 2018
Concatenating vectors
New to Julia
5
2636
March 25, 2019
Stucked in 2 Dimensions (Failed to create a pre-filled Array in 3 Dimensions)
New to Julia
8
640
October 10, 2018
How to stack up multiple 3-dimension matrices into one?
General Usage
question
,
arrays
8
1703
December 17, 2021