How to convert 3D image to 1D data?
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I had the temperature temperature readings of a sensor which is 5002x1 double. I took the readings for different temperatures say 8 and made the temp as a 2D array of 5002x8 double. I converted it into a 3D image (.png) and did some processing. Now I want to convert this 3D image back to temp data. How can I do that?
6 commentaires
Réponses (1)
KALYAN ACHARJYA
le 20 Oct 2019
Modifié(e) : KALYAN ACHARJYA
le 20 Oct 2019
result=reshape(3Dimage,[1 rows*colm*depth])
Voir également
Catégories
En savoir plus sur Convert Image Type 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!
