Arduino SDcard JPEG image to Matlab

I am using the Arduino sketch from Adafruit for the TTL miniature camera, where it takes a picture and then saves it in the MircoSD breakout board.
I want to get that image from the MicroSD card through Bluetooth HC-06, where I will then on Matlab do image processing with that image.
I have to code for the image processing in matlab, but I am unsure how to send over the JPEG image through bluetooth to Matlab from my Arudino UNO.
My arudino is on Com5 and I connected in Matlab with my bluetooth on Com4