Error when opening a new figure

11 ビュー (過去 30 日間)
Ran Peiser
Ran Peiser 2021 年 1 月 3 日
回答済み: Ran Peiser 2021 年 2 月 17 日
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?

採用された回答

Ran Peiser
Ran Peiser 2021 年 2 月 17 日
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.

その他の回答 (1 件)

Mischa Kim
Mischa Kim 2021 年 1 月 3 日
Hi Ran, in the error message it says that 'figue' is not recognized. There may be an 'r' missing (to make it 'figure'). If this does not fix your problem please share your code in your question.
  2 件のコメント
Ran Peiser
Ran Peiser 2021 年 1 月 3 日
I notices the typo in the error message.
I just type 'figure' in the command window and get this error every time.
Also when calling figure in any script.
The typo is only in the error message, not in the code
Mischa Kim
Mischa Kim 2021 年 1 月 3 日
All right, then share your code.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeDebugging and Analysis についてさらに検索

タグ

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by