Picture titles with getdata
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi everybody ,
I capture frames with imaqtool. I'm using getdata function for exporting frames to workspace. I want to entitle the pictures, Image001_Date_Time ?
0 Kommentare
Akzeptierte Antwort
Melike Aytürk
am 18 Jul. 2011
[images,~,metadata] = getdata(...);
metadata contains time and date information.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!