How to convert the decimal value of the image to binary using matlab?

2 views (last 30 days)
Whether it is possible to get binary value of an image and consider it as a string?

Answers (1)

Image Analyst
Image Analyst on 7 Jan 2017
Yes, use dec2bin()
binaryString = dec2bin(grayImage(row, column));

Categories

Find more on Convert Image Type in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!