How to extract the DateTime info of an image using Matlab?
10 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Cristel Esmerna
el 24 de Feb. de 2022
Comentada: Les Beckham
el 25 de Feb. de 2022
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?
2 comentarios
Respuesta aceptada
Les Beckham
el 24 de Feb. de 2022
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 comentarios
Les Beckham
el 25 de Feb. de 2022
You are welcome.
Please accept the answer if it solved your problem.
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!