Error in autogenerated code

1 view (last 30 days)
Hi,
I'm writing a MATLAB app in which I have inserted a custom component. However (for some reason) the generated code for this components has gone bezerk resulting in an error in autogenerated code you cannot edit. Deleting said component and also resaving the file has not solved much. Kinda out of ideas here. Is my app corrupted because of 1 line of code I cannot edit?
with a
"parse error at '=' "
and
relative to the same component.

Accepted Answer

Dennis Premoli
Dennis Premoli on 12 Aug 2022
As it turns out, there was an empty object amrked "app.____" hidden in the UI list on teh left. Once deleted this was fixed. To note is that if you reverse that deletion, teh delete option for teh object is grayed out. In that case, close and reopen app designer.

More Answers (1)

Dennis Premoli
Dennis Premoli on 23 Aug 2022
As it turns out, there was a "app.' ' " component present with no name. This borke a lot of things and lead to component duplication. Matworks technical help kindly fixed my file for me.

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Products


Release

R2022a

Community Treasure Hunt

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

Start Hunting!