Attempt to execute SCRIPT builtin as a function
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Matlabnovice
il 24 Mag 2013
Risposto: GuoYanxia Guo
il 12 Lug 2018
I want to use the deploy function to create an exe from a mat file, hence I wanted to make sure I include all the matlab files necessary in the path.
I typed help path
and have been getting an error like so Attempt to execute SCRIPT builtin as a function: C:\Program Files\MATLAB\R2012a\toolbox\compiler\mcr\matlab\lang\builtin.m
and I can exit the software either
thanks
0 Commenti
Risposta accettata
Sean de Wolski
il 24 Mag 2013
which -all builtin
Should show you your offending file you need to rename that is shadowing MATLAB's builtin().
Più risposte (1)
Vedere anche
Categorie
Scopri di più su Startup and Shutdown 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!