how to export a matrix as an image file?

조회 수: 1 (최근 30일)
navid zed
navid zed 2017년 2월 13일
답변: Jan 2017년 2월 13일
Hello guys, I have a matrix that includes numbers between -1 & 1. I wanna export it as an image file without any change in numbers of matrix. thank you

답변 (2개)

KSSV
KSSV 2017년 2월 13일
doc imwrite

Jan
Jan 2017년 2월 13일
This will not work. Image files contain values e.g. from 0 to 255 for the red, green and blue channel. I do not know any image file format, which accept negative values and I could not imagine, what the value could have as physical meaning.
Either store the array as array, or scale the data to values from 0.0 to 1.0 or from 0 to 255, or to 65536, and store it as grey scale image. See doc imwrite .

카테고리

Help CenterFile Exchange에서 Import, Export, and Conversion에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by