Undefined function or variable 'impixelinfo'.
Show older comments
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 ?
Answers (1)
DGM
on 7 Sep 2024
0 votes
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!