Hello,
What is error in this code matlab ?



a=imread('C:\Users\user\Pictures\gray.png');
subplot(2,2,1);
imshow(a);
bb=edge(a, 'canny');
subplot(2,2,2);