Info
此问题已关闭。 请重新打开它进行编辑或回答。
Getting problem in edge detection function, i myself mistakenly named a file edge.m, created my self, now whenever i use edge function in any of the file, it just close the tool, i deleted the file, and also reinstalled matlab, in other directory..
1 次查看(过去 30 天)
显示 更早的评论
code: A= imread('color2.jpg'); B= rgb2gray(A); C= edge(B);
4 个评论
Image Analyst
2014-4-2
Please see Alex's Answer. He knows what he's talking about , probably more than just about anyone else, about this toolbox. What did your "which" command show?
回答(1 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!