How to extract the DateTime info of an image using Matlab?
6 次查看(过去 30 天)
显示 更早的评论
I'm using the info.DateTime extension but it isn't working. Below are the screenshots of my work. Can someone help me fix this?![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/905990/image.jpeg)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/905990/image.jpeg)
采纳的回答
Les Beckham
2022-2-24
On line 34 you are extracting the first character from tme and assigning it to strTime. Why?
Try just using tme when you populate your table.
T(i,:) = {imgName, strLat, strLng, tme};
2 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!