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
5 次查看(过去 30 天)
显示 更早的评论
回答(1 个)
Walter Roberson
2017-7-16
imshow() was part of the Image Processing Toolbox back then. You will need to substitute image() or imagesc() depending on your use.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!