Whenever I type a imshow function it gives me error like Undefined function 'imshow' for input arguments of type 'uint8' ..what can I do ?? I have matlabR2014a help me pls

Answers (1)

imshow() was part of the Image Processing Toolbox back then. You will need to substitute image() or imagesc() depending on your use.

Categories

Find more on Display Image in Help Center and File Exchange

Asked:

on 16 Jul 2017

Answered:

on 16 Jul 2017

Community Treasure Hunt

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

Start Hunting!