Image Viewer won't start.

4 次查看(过去 30 天)
James Wilson
James Wilson 2024-3-16
Here's what I get when I try to start the Image Viewer from the Command Window, Apps tab:
Warning: The following error was caught while executing
'images.internal.app.viewer.ImageViewer' class destructor:
Error using matlab.graphics.internal.hgdelete
Cannot access method 'delete' in class 'matlab.ui.Root'.
Error in images.internal.app.viewer.ImageViewer/deleteAppComponents
Error in images.internal.app.viewer.ImageViewer/delete
Error in images.internal.app.viewer.ImageViewer
Error in imageViewer>createImageViewer (line 117)
images.internal.app.viewer.ImageViewer( imageSource, ...
Error in imageViewer (line 63)
createImageViewer(imageSource, options);
> In images.internal.app.viewer.ImageViewer
In imageViewer>createImageViewer (line 117)
In imageViewer (line 63)
Error using imageViewer
Image Viewer app launch failed:
Reason: Cannot access method 'delete' in class 'matlab.ui.Root'.
  1 个评论
Walter Roberson
Walter Roberson 2024-3-16
The first experiment is
restoredefaultpath; rehash toolboxcache
If that is not enough to solve the problem, then you will probably need to reinstall MATLAB.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

产品


版本

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by