Why won't my new live script run? It isn't throwing any errors
5 次查看(过去 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
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
回答(1 个)
Zakary Wilde
2016-5-18
I had the same error and this worked for me.
restoredefaultpath
rehash toolboxcache
savepath
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!