what this error mean
3 views (last 30 days)
Show older comments
plz what this error mean ?
Error: Function definitions are not permitted in this context.
0 Comments
Answers (2)
Star Strider
on 27 Jan 2019
It means that you need to save your function as a seprate function file (a ‘.m’ file with the same name as your function) on your MATLAB search path.
0 Comments
madhan ravi
on 28 Jan 2019
When you are using version prior to 2016b a function definition cannot be included in a script (reason of your error) , therefore you need to save it in a separate file with the same name of a a function. Keep in mind you cannot paste a function in command window (in any versions of matlab).
0 Comments
See Also
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!