Warning while opening matlab R2018b

7 vues (au cours des 30 derniers jours)
tomer kapuri
tomer kapuri le 9 Juin 2019
Commenté : Walter Roberson le 9 Juin 2019
I bought a new computer and installed matlab (acdemic use) when i opening Matlab I find this Warning.
I'll attach the command window copy and paste (everything is printed in orange):
Warning: The following error was caught while executing 'internal.hotplug.EventSource' class destructor:
Dot indexing is not supported for variables of this type.not supported for variables of this type.
Error in internal.hotplug.EventSource/stop (line 69)
obj.Channel.close();
Error in internal.hotplug.EventSource/delete (line 53)
stop(obj);
Error in internal.hotplug.EventSource (line 34)
function obj = EventSource()
Error in internal.deviceplugindetection.Manager (line 173)
obj.USBDetectorObject = internal.hotplug.EventSource();
Error in internal.deviceplugindetection.Manager.getInstance (line 246)
devicePluginManagerInstance = internal.deviceplugindetection.Manager();
Error in matlabrc (line 86)
pl = internal.deviceplugindetection.Manager.getInstance();
> In internal.hotplug.EventSource (line 34)
In internal.deviceplugindetection.Manager (line 173)
In internal.deviceplugindetection.Manager.getInstance (line 246)
In matlabrc (line 86)
what the problem and how fix that?
  1 commentaire
Walter Roberson
Walter Roberson le 9 Juin 2019
What shows up for
which -all matlabrc
It would most often only show toolbox/local/matlabrc.m under your installation directory, and that file does not have any plugin detector anywhere, let alone line 86

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by