DSPRelated.com
Forums

Displaying imported images from database in Matlab

Started by Jeevashini November 22, 2007
Hi all,

When I try to call the function parsebinary to display
image imported from MS Access database, I get an error :

function that I called : parsebinary(photo,'BMP');
Error :

??? Error using ==> fwrite
Cannot write value: unsupported class java.lang.Object[].

Error in ==> parsebinary at 60
fwrite(fid,bdata(m:n),'int8');

Does anyone know the cause of this error and how I can
solve this problem??

Please let me knw the solution.

Thanks a lot,
Vashini