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..
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
code: A= imread('color2.jpg'); B= rgb2gray(A); C= edge(B);
4 Kommentare
Nitin
am 1 Apr. 2014
Why simply remame the edge file you created or remove it from your default path in Matlab?
Image Analyst
am 2 Apr. 2014
He says he deleted it and reinstalled MATLAB, but apparently the problem remains. Hard to see how that could be true. safia, what "tool" are you talking about that you closed? And are you sure you deleted all edge.m files?
safia
am 2 Apr. 2014
Image Analyst
am 2 Apr. 2014
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?
Antworten (1)
Alex Taylor
am 2 Apr. 2014
0 Stimmen
Type:
Which -all edge
Delete or rename your version of edge.
Diese Frage ist geschlossen.
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!