save to. mat after reshape to [50 x1x12]
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Mauricio Piraquive
le 19 Jan 2021
Modifié(e) : Mauricio Piraquive
le 19 Jan 2021
I have file with 50 rows and 12 columns [50 x 12] , I converted this file to [50 x 1 x 12] using
result = reshape(data,[50,1,12])
where 12 it is like channels in an image,
How can I save this result into a .mat file to then load it into a filedatastore?
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!