MATLAB: Picture titles with getdata

entitlegetdatatitle

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 ?

Best Answer

[images,~,metadata] = getdata(...);
metadata contains time and date information.