I have problem upload and use imshow function with files that has extension JPEG
Are there is such problem in matlab,
I want to play with function imwrite and use property of JPEG extension that is a 'quality' for example what Imean : imwrite(f,'filename.jpg',;quality',25)
and it give me an error
What's wrong on that?