Where is the command "IDISP" and "ABOUT" in Matlab 2019?
Show older comments
I am seeing a tutorial where it is used the command:
im = imread('image.png');
about im
idisp(im)
But these commands do not work on my Matlab version. How can I replace them?

I am trying to access the pixels of an image and then capture the bits.
1 Comment
David Ukwen
on 23 Oct 2020
for that command to work, you have to install a machine vision toolbox. you can refer to this link to understand what it is and how to install it.
Answers (0)
Categories
Find more on Introduction to Installation and Licensing 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!