I am getting the following error

Réponses (2)

Matt J
Matt J le 24 Oct 2025
Modifié(e) : Matt J le 24 Oct 2025
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 le 24 Oct 2025

0 votes

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)

Catégories

En savoir plus sur Get Started with MATLAB dans Centre d'aide et File Exchange

Produits

Version

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by