Problem 2896. İmage Series 2 AND

Given two input first one is a number which is uint8, second one is image which is 8 bit gray scale image, the image has pixsels which are also uint8 for example

first input is 4 if we convert it binary we get 00000100

also each pixsel is converted to binary format in the image

00000100 & image(binary format) which produce output image that is the binary format

in the end output is converted to uint8.

Solution Stats

31.82% Correct | 68.18% Incorrect
Last Solution submitted on Oct 12, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers21

Suggested Problems

More from this Author21

Community Treasure Hunt

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

Start Hunting!