execute SCRIPT feature as a function:
    4 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
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');
0 Commenti
Risposta accettata
  Steven Lord
    
      
 il 17 Lug 2020
        feature is an undocumented built-in function in MATLAB. Rename your feature.m file that is shadowing that built-in function.
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Electrical Block Libraries in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

