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
Mostrar comentarios más antiguos
Respuestas (1)
Walter Roberson
el 16 de Jul. de 2017
0 votos
imshow() was part of the Image Processing Toolbox back then. You will need to substitute image() or imagesc() depending on your use.
Categorías
Más información sobre Display Image en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!