How do I represent decimal values of a tif using imagesc??
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi! I have a tif image and I'd like to show it in MATLAB. To each pixel, a decimal index value is assigned. If I open the tif with imagesc, I get just an image where index pixels are round numbers, how can I get decimal values? example. now I can get just
1 1 1 1 1 1 1 1 1
but I'd like to have: 1.02 1.03 0.98 0.98 0.89 1 1.42 1.3 1.6
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!