How do i display the binary matrix of an image in the command window?
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I need to display the binary matrix of a binary image in the command window. My code is below;
input_file='untitled.bmp' ;
img_wk=imread(input_file) ;
figure(1),imshow(img_wk,[]) ;
0 commentaires
Réponses (1)
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!