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

1 次查看(过去 30 天)
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.

回答(1 个)

Joseph Cheng
Joseph Cheng 2020-2-18
编辑:Joseph Cheng 2020-2-18
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

类别

Help CenterFile Exchange 中查找有关 Develop Apps Using App Designer 的更多信息

标签

产品


版本

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by