Picture titles with getdata
1 view (last 30 days)
Show older comments
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 Comments
Accepted Answer
Melike Aytürk
on 18 Jul 2011
[images,~,metadata] = getdata(...);
metadata contains time and date information.
0 Comments
More Answers (0)
See Also
Categories
Find more on MATLAB Report Generator in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!