Why do I get this error since there is only one function?

1 回表示 (過去 30 日間)
Stelios Fanourakis
Stelios Fanourakis 2019 年 6 月 20 日
回答済み: Walter Roberson 2019 年 6 月 20 日
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
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.

サインインしてコメントする。

採用された回答

Walter Roberson
Walter Roberson 2019 年 6 月 20 日
This happens when a script file with that name contains a function definition with the same name. Which can also happen in what you thought was just a function definition file if you accidentally put commands before the function, such as accidental typing or such as a clc or clear statement.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeFile Operations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by