필터 지우기
필터 지우기

restoredefaultpath resets pause/stop buttons during execution of a livescript

조회 수: 3 (최근 30일)
On MATLAB 2021a if I run the following in a livescript
restoredefaultpath;
for i=1:5
disp(i)
pause(1);
end
Then the pause/stop buttons in the ribbon area "Live Editor"->"Run" get reset to 'run' so that I can't pause the execution of the script. This does not occur if restoredefaultpath is commented out. Closing the scipt file in the editor does not stop execution either, so the only way to stop a long running script is to close the instance of MATLAB.
This does not affect normal .m script files or a live function file.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Lighting, Transparency, and Shading에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by