Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
display clear JPEG image from hex characters in matlab R2018a
조회 수: 1 (최근 30일)
이전 댓글 표시
</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
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!