Why do I get this error since there is only one function?
이전 댓글 표시
Hello
I get the below error
Error: File: SegmentBone.m Line: 7 Column: 18
Function with duplicate name "SegmentBone" cannot be defined.
If I use
which SegmentBone
It will give me the correct function "SegmentBone.m" in the working folder. There is no other function having exactly the same name. There are other functions with the name "SegmentBoneDP.mexmaci64" for instance or "SegmentBoneDP.cpp"
But their names are not identical. Thus, they are considered different names. Why do I get the error then?
댓글 수: 1
KALYAN ACHARJYA
2019년 6월 20일
편집: KALYAN ACHARJYA
2019년 6월 20일
Change the funtion file name (function name and file name), still same issue, let us know.
Then share the SegmentBone.m function file and main code, where you call the function.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 File Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!