how to slove Function definitions are not permitted in this context?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti

0 Commenti
Risposte (1)
Steven Lord
il 5 Apr 2018
The ability to create scripts containing local functions was introduced in release R2016b. If you are using an older release, you cannot include a local function inside a script file.
If you are using release R2016b or later, is this your entire script file? You're not trying to define the local function inside a for or while loop or inside an if / elseif / else block, are you?
2 Commenti
Walter Roberson
il 5 Apr 2018
You will need to put the function into a different file.
You do not appear to be invoking the function?
Vedere anche
Categorie
Scopri di più su Interactive Model Editing 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!