The commands 'implay' and 'VideoReader' weren't executing due to an error in the configuration file. I re-installed MATLAB thinking it would be overcome. But, it didn't. How can this be solved?

3 visualizzazioni (ultimi 30 giorni)
The warning goes as given below:
Warning: Function load has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name
conflict.
Warning: Invalid configuration file.
> In extmgr.ConfigurationSet.createAndLoad (line 72)
In extmgr.Driver/loadConfigSet (line 42)
In extmgr.Driver/init (line 42)
In extmgr.Driver (line 25)
In uiscopes.Framework/initializeExtensionSystem (line 19)
In uiscopes.Framework (line 110)
In uiscopes/new (line 25)
In implay (line 60)
Attempt to reference field of non-structure array.
Error in extmgr.EnableAll/impose (line 49)
hConfig = allConfigs(strcmp({allConfigs.Type}, this.Type));
Error in extmgr.Driver/imposeTypeConstraints (line 38)
impose(h.Constraint, this);
Error in extmgr.Driver/init (line 56)
imposeTypeConstraints(this);
Error in extmgr.Driver (line 25)
this.init(varargin{:});
Error in uiscopes.Framework/initializeExtensionSystem (line 19)
this.ExtDriver = extmgr.Driver(this, 'scopext.m', ...
Error in uiscopes.Framework (line 110)
initializeExtensionSystem(this);
Error in uiscopes/new (line 25)
hScope = uiscopes.Framework(hScopeCfg, varargin{:});
Error in implay (line 60)
obj = uiscopes.new(hScopeCfg);
>>

Risposte (1)

Jan
Jan il 5 Lug 2015
I'd start with using the debugger to find out, which config file is meant:
dbstop if warning
Then renaming the config file might help, when Matlab re-creates is automatically. If not, deleteing the file and a re-installation of Matlab might help.

Categorie

Scopri di più su File Operations in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by