ho to display binary img as matrix

2 views (last 30 days)
i have a binary image and i want to se a matrix 0,1 that represents my image how can i do that?

Accepted Answer

David Young
David Young on 5 Jan 2015
disp(binaryImage);

More Answers (0)

Community Treasure Hunt

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

Start Hunting!