MATLAB: Error when opening a new figure

figureMATLAB

I recently moved to R2020b (update 3 on macOS)
When I open a new figure I get the following error:
Error using figure
Unrecognized function or variable 'figue'.
Error while evaluating Figure CreateFcn.
The figure opens and performs well, but I get this error message each time.
Any suggestions?

Best Answer

The issue was due to the fact my path contained a deployed application.
Apperntly from R2020a and on the deployed applicartion contains a copy of the source code and this somehow causes this error.
By removing the folder containing the deployed application from my path the issue was solved.