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 Exchange에서 Electrical 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