Incorrect use of '=' operator occurs in grey out area of app designer.

1 Ansicht (letzte 30 Tage)
Yanting Liu
Yanting Liu am 18 Feb. 2020
Bearbeitet: Joseph Cheng am 18 Feb. 2020
When I tried to run my mlapp file, this warning occurs. Since I was unable to edit any of this grey area, I don't know where does this come from and how to fix it.

Antworten (1)

Joseph Cheng
Joseph Cheng am 18 Feb. 2020
Bearbeitet: Joseph Cheng am 18 Feb. 2020
I was unable to create it myself but from the looks of it you might have a function or calculation that isn't terminated correctly in the area you can edit. That woud causing the syntax check to look at that line as incorrect. it probably isn't getting to "compiling" or running it but was doing a syntax check and considering that line as part of user code
Closest i was able to get it was:
note how the incomplete if statement (missing "end") causing it to go and process the gray section

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Produkte


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by