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

7 次查看(过去 30 天)
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 个评论
Steven Lord
Steven Lord 2016-4-20
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 2016-4-21
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'.

请先登录,再进行评论。

回答(1 个)

Zakary Wilde
Zakary Wilde 2016-5-18
I had the same error and this worked for me.
restoredefaultpath
rehash toolboxcache
savepath

类别

Help CenterFile Exchange 中查找有关 Get Started with Signal Processing Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by