MATLAB: How to read an image file in .fits format and convert it to.png or .tiff

fits

I have images in .fits extension. I'd like to open it in matlab and convert it to other format such as .png or .tiff.
Any suggestion on how should I start?

Best Answer

Use fitsread() and imwrite() if you need further help please post the file you are working with.
Related Question