User`s guide

Retrieve Image Data Types
6-33
receipt = curs.Data{1,2};
6
Run parsebinary. This program writes the retrieved data to a file, strips
ODBC header information from it, and displays receipt as a bitmap image in a
figure window. Ensure that your current folder is writable so that the output of
parsebinary can be written to it.
cd 'I:\MATLABFiles\myfiles'
parsebinary(receipt,'BMP');
For details about parsebinary, enter help parsebinary or view its file in the
MATLAB Editor/Debugger by entering open parsebinary.