フィルターのクリア

Matlab not responding after imshow()

6 ビュー (過去 30 日間)
Jack Beaumont
Jack Beaumont 2024 年 1 月 18 日
編集済み: Jack Beaumont 2024 年 1 月 18 日
After using imshow() and closing the image, my matlab instance stops responding, and I need to force quit.
Tried rebooting my computer, and reinstalling matlab.
Running R2023b on a 2,4 GHz Quad-Core Intel Core i5 with macOS Sonoma 14.2.1.

採用された回答

Walter Roberson
Walter Roberson 2024 年 1 月 18 日
The problem is in the closing of the figure. The problem happens on MacOS Sonoma
  1 件のコメント
Jack Beaumont
Jack Beaumont 2024 年 1 月 18 日
編集済み: Jack Beaumont 2024 年 1 月 18 日
Fixed by adding the following to my startup.m file
set(groot, 'defaultFigureCloseRequestFcn', 'close(gcf)');
warning off MATLAB:Figure:RecursionOnClose;

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

製品


リリース

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by