How can error "Function definitions are not permitted in this context. " be resolved.
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Scott Williams
am 1 Okt. 2015
Kommentiert: Scott Williams
am 2 Okt. 2015
Hi. I've uploaded a file to the file exchange and it works well for me. A person has downloaded the file and has problems with the error described. The file and question is at:
Apparently the error "Function definitions are not permitted in this context" arises after typing:
polarG (0 + 0j, 2 + 1 * j, .1,30, 'r', 1)
When I do this, I get the figure I expect. Could someone please look at the code in question and advise how to fix the source of the error?
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 1 Okt. 2015
They tried to put that line at the top of the file and then run the result. They need to store the file unchanged and type that line at the command prompt.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Environment and Settings finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!