I am getting the following error

21 views (last 30 days)
Yared
Yared on 24 Oct 2025 at 2:33
Answered: Walter Roberson on 24 Oct 2025 at 3:51
Error in solution: Line: 55 Column: 1
Illegal use of reserved keyword "end".

Answers (2)

Matt J
Matt J on 24 Oct 2025 at 2:40
Edited: Matt J on 24 Oct 2025 at 2:41
There are many ways to generate that error. One of them is that you may be using 'end' as the name of a variable, e.g.,
end=1
Illegal use of reserved keyword "end".

Walter Roberson
Walter Roberson on 24 Oct 2025 at 3:51
Most likely, you have one too many end statements
I recommend using the editor facility "Smart Indent", which I believe has shortcut alt-i (⌘-I on Mac)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Products


Release

R2024b

Community Treasure Hunt

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

Start Hunting!