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');

 Respuesta aceptada

Steven Lord
Steven Lord el 17 de Jul. de 2020

0 votos

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

1 comentario

Rd
Rd el 17 de Jul. de 2020
you are absolutely correct.thanks for your response.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Electrical Block Libraries en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

Rd
el 17 de Jul. de 2020

Comentada:

Rd
el 17 de Jul. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by