How to convert 3D image to 1D data?
15 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
KALYAN ACHARJYA
el 20 de Oct. de 2019
Editada: KALYAN ACHARJYA
el 20 de Oct. de 2019
result=reshape(3Dimage,[1 rows*colm*depth])
Ver también
Categorías
Más información sobre Convert Image Type en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!