I need to make a Deflate code in Matlab. I understood how to make a file, comressed by matlab with matlab.io.hdf4.sd.getcompinfo and H5P.set_deflate(plist_id,level), but I guess that its not what exactly I want.
I need to compress bitstream of the image by Deflate and by my algorithm and compare output bitstreams. Maybe I just don't understand how to do it by standart functions? I need assistance anyway.