Incorrect use of '=' operator occurs in grey out area of app designer.
1 view (last 30 days)
Show older comments
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.
0 Comments
Answers (1)
Joseph Cheng
on 18 Feb 2020
Edited: Joseph Cheng
on 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
0 Comments
See Also
Categories
Find more on Develop Apps Using App Designer in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!