Convert matrix from 3d to 4d?

2 vues (au cours des 30 derniers jours)
M
M le 29 Nov 2023
How to convert a matrix from size 120*120*20000 to 120*120*1*20000? so I can use this data in CNN because I cant use it in the current form

Réponse acceptée

Stephen23
Stephen23 le 29 Nov 2023
Where M is your array:
N = permute(M,[1,2,4,3])

Plus de réponses (0)

Catégories

En savoir plus sur Matrices and Arrays dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by