Where is the command "IDISP" and "ABOUT" in Matlab 2019?

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?
matlab.png
I am trying to access the pixels of an image and then capture the bits.

1 Comment

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.

Sign in to comment.

Answers (0)

Categories

Products

Release

R2019a

Tags

Asked:

on 29 Aug 2019

Commented:

on 23 Oct 2020

Community Treasure Hunt

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

Start Hunting!