Picture titles with getdata
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
Melike Aytürk
le 18 Juil 2011
[images,~,metadata] = getdata(...);
metadata contains time and date information.
0 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!