How to convert 3D image to 1D data?
15 views (last 30 days)
Show older comments
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 Comments
Answers (1)
KALYAN ACHARJYA
on 20 Oct 2019
Edited: KALYAN ACHARJYA
on 20 Oct 2019
result=reshape(3Dimage,[1 rows*colm*depth])
See Also
Categories
Find more on Convert Image Type in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!