execute SCRIPT feature as a function:

I cant find why the below error is occur
Attempt to execute SCRIPT feature as a function:
/MATLAB Drive/maximum curvature feature/feature.m
Error in connector.internal.fevalJSON
Error using system_dependent
Attempt to execute SCRIPT feature as a function:
/MATLAB Drive/maximum curvature feature/feature.m
Error in userpath (line 56)
p = system_dependent('getuserworkfolder');

 採用された回答

Steven Lord
Steven Lord 2020 年 7 月 17 日

0 投票

feature is an undocumented built-in function in MATLAB. Rename your feature.m file that is shadowing that built-in function.

1 件のコメント

Rd
Rd 2020 年 7 月 17 日
you are absolutely correct.thanks for your response.

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeElectrical Block Libraries についてさらに検索

タグ

質問済み:

Rd
2020 年 7 月 17 日

コメント済み:

Rd
2020 年 7 月 17 日

Community Treasure Hunt

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

Start Hunting!

Translated by