필터 지우기
필터 지우기

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
safia
safia 2014년 4월 2일
tool, i meant when i run the edge command, matlab close, and yes problem remains, by considering the registry information, i also used ccleaner after uninstalling matlab, and re installed, and me sure , that i have deleted all the files my self....
Image Analyst
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개)

Alex Taylor
Alex Taylor 2014년 4월 2일
Type:
Which -all edge
Delete or rename your version of edge.

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by