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
1972
December 16, 2022
How to concatenate these two arrays?
General Usage
question
,
arrays
6
517
February 26, 2022
How to stack up multiple 3-dimension matrices into one?
General Usage
question
,
arrays
8
1771
December 17, 2021
The behavior of appending an empty matrix to a non-empty one
Internals & Design
question
7
1302
December 15, 2021
Concatenating vectors
New to Julia
5
2676
March 25, 2019