Why won't my new live script run? It isn't throwing any errors

23 visualizaciones (últimos 30 días)
Tom
Tom el 20 de Abr. de 2016
Comentada: Gauthier el 15 de Sept. de 2016
I'm experimenting with the new live scripting capability. I like it's potential, but this morning it is refusing to run either a section or the full script. I get no output or error messages or icons. I only hear the system error sound. Even a new script such as the following produces this result.
fprintf('hello world')
  2 comentarios
Steven Lord
Steven Lord el 20 de Abr. de 2016
After executing your live script and hearing the error sound, what do you see when you execute the following command in the Command Window?
>> MException.last
Tom
Tom el 21 de Abr. de 2016
It outputs the following:
MException with properties:
identifier: 'MATLAB:UndefinedFunction'
message: 'Undefined function or variable 'matlab.internal.edi'
cause: {}
stack: [0x1 struct]
The message in full is:
Undefined function or variable 'matlab.internal.editor.FigureManager.disableCaptureFigures'.

Iniciar sesión para comentar.

Respuestas (1)

Zakary Wilde
Zakary Wilde el 18 de Mayo de 2016
I had the same error and this worked for me.
restoredefaultpath
rehash toolboxcache
savepath

Categorías

Más información sobre Get Started with Signal Processing Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by