Load in the image in openCV using VideoCapture for example from a camera
Save it to a directory on the filesystem using the imwrite function of OpenCV
Use the MATLAB imread function to read from the file system
OR you could store your matrix in an XML file using the FileStorage interface, then use matlab to browse through the XML data if you want it more complex.