Illegal use of the reserved keyword "methods" error in App Designer

91 views (last 30 days)
When I run my app in App Designer, I encounter the following error message:
Illegal use of the reserved keyword "methods".
How can I fix this?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 28 Oct 2019
This error often pops up when an the "methods" keyword is reached before an "end" is expected for a previous loop or function. Check back through your code to make sure you are not missing any necessary "end" keywords.

More Answers (0)

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Products


Release

R2019b

Community Treasure Hunt

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

Start Hunting!