How to combind a 1d Matrix with a 3d Matrix to form a 4d Matrix?
Show older comments
I have a matrix A in the shape 10000x28x28 and a matrix B in the shape 10000x1 and I need them in the shape 28x28x1x10000 (Im trying to achieve this but my starting point is a little diffrent: https://de.mathworks.com/matlabcentral/answers/349616-how-to-train-a-network-with-non-image-data-mnist#answer_275489)
How can I do this?
Thanks in advance
Accepted Answer
More Answers (0)
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!