Clear Filters
Clear Filters

I got an error.Function definitions are not permitted in this context.

1 view (last 30 days)
I have saved it with main file with this name. I couldn't figure out what's wrong I the function. When I go for description they said nested function cannot be defined in control variable, but there is no other function inside function to make it nested structure. Thanks
  2 Comments
OCDER
OCDER on 30 Sep 2017
Edited: OCDER on 30 Sep 2017
What is the command you used that generated the error (values for from, to, etc)? Also, what is the FULL error message (should point to a line number error)?
Bishow Shrestha
Bishow Shrestha on 30 Sep 2017
This is the message I got: Error: File: shiftbasis.m Line: 1 Column: 3 Function definitions are not permitted in this context.
put any number from 1 to 10 .thanks

Sign in to comment.

Accepted Answer

Walter Roberson
Walter Roberson on 30 Sep 2017
You need to delete that digit 1 that is in the first column of the first line.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!