Picture titles with getdata

1 view (last 30 days)
Onur Öçalan
Onur Öçalan on 18 Jul 2011
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 ?

Accepted Answer

Melike Aytürk
Melike Aytürk on 18 Jul 2011
[images,~,metadata] = getdata(...);
metadata contains time and date information.

More Answers (0)

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!