I generated an SST output file with MODIS --> l3bin. I'm using hdftool (MATLAB) to read but I get some cell variables Seagrid, BinList, sst, qual_sst, qual_l3, and BinIndex. I like transform the sst in a matrix with their respective latitude and longitude. At the moment, I get a vector using sst{1,1} but I don't know what is the latitude and longitude.
You can derive the latitude and longitude from the bin_num variable in the BinList Vdata by following the instructions in Appendix A of the following document.
Note that the variable called NUMROWS should be set to 4320 for MODIS data (assuming that you chose 4-kilometer resolution when you created the bin file).
Regards, Norman
P.S. SeaDAS takes care of all of the lat/lon derivations for you.
Just to clarify -- binned data can't be put into a "matrix" without using a map projection. IOCCG Report 4 "Guide to the creation and use of ocean-colour, Level-3, binned data products." discusses the statistical issues behind the choice of the binning scheme used in level-3 files.