4-D array to 3-D array
Afficher commentaires plus anciens
I have a 4-D array saved in a mat file like
ice_conc_monthly(:,:, year-1978, month) = d;
its is 304*448*37*12, how can i make it 3-D with 304*448*(37*12) size
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Resizing and Reshaping Matrices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!