Issue with "Unexpected MATLAB operator"

3 vues (au cours des 30 derniers jours)
Sam Joynson
Sam Joynson le 11 Août 2015
Commenté : Steven Lord le 2 Déc 2019
Today I attempted to open my GUI from MATLAB R2015a (what I've been using) and every function in the code following the maxVelocity function throws an "Unexpected MATLAB operator" error. The code was made with GUIDE. I changed nothing. This code has been operating and running flawlessly for weeks and just started acting like this today.
  2 commentaires
abigail
abigail le 2 Déc 2019
Did you ever determine the root cause of this? I am running into the exact same problem
Steven Lord
Steven Lord le 2 Déc 2019
Open the file in MATLAB Editor. Look in the right margin for any red or orange lines. You should see at least one red line based on that error message. Click on the first red line to move the cursor to the place where Code Analyzer detected the error. Make sure that line is syntactically legal, and then start looking at previous lines to determine if the cause was earlier in the file but only detected later.
If you can't detect the problem, post the line where the first red line appears as well as a few (no more than 5 or so) lines above and below that one so we can see if we can determine what's going on.

Connectez-vous pour commenter.

Réponses (1)

Shane
Shane le 11 Août 2015
Without any code or more info, nobody can really help you.

Catégories

En savoir plus sur Debugging and Analysis dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by