Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

display clear JPEG image from hex characters in matlab R2018a

조회 수: 1 (최근 30일)
Sushikshitha C
Sushikshitha C 2018년 6월 29일
마감: Guillaume 2018년 6월 29일
</matlabcentral/answers/uploaded_files/123324/display_image.JPG> The above link is the screenshot of how the image is displaying on screen Since i'm new to matlab,this is my code
fid=fopen('hexdata.txt','r'); img=fscanf(fid,'%2x',[256 120]); fclose(fid); resizedImage=imresize(img,[256 256]); resizedImage=resizedImage'; figure,imshow(resizedImage,[]); help me out please.... to display the image

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by