Undefined function or variable 'impixelinfo'.
2 次查看(过去 30 天)
显示 更早的评论
I am trying to use the function impixelinfo but using it like the examples i found in the internet produces error. My code:
a= imread('Capture.PNG')
imshow(a);
impixelinfo;
the error i get is "Undefined function or variable 'impixelinfo'". Anyone knows how to solve it ?
0 个评论
回答(1 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!