How to extract the DateTime info of an image using Matlab?

21 Ansichten (letzte 30 Tage)
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?

Akzeptierte Antwort

Les Beckham
Les Beckham am 24 Feb. 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 Kommentare
Cristel Esmerna
Cristel Esmerna am 25 Feb. 2022
I tried and it works. Thank you for answering. Much appreciated.
Les Beckham
Les Beckham am 25 Feb. 2022
You are welcome.
Please accept the answer if it solved your problem.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Resizing and Reshaping Matrices finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by