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

조회 수: 22 (최근 30일)
Tom
Tom 2016년 4월 20일
댓글: Gauthier 2016년 9월 15일
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