Close a project programmatically without saving changes?
조회 수: 17 (최근 30일)
이전 댓글 표시
For certain operations in CI, when we run things and try to close them, a prompt comes up noting that there are unsaved changes and asking if we want to save or discard them. In CI of course no one can see the prompt and so the job times out. quit force doesn't seem to help, nor does bdclose('all') since that seems to act on Simulink systems and models, as opposed to projects.
Is there any way to programmatically close a project, even if it has unsaved changes?
댓글 수: 0
답변 (1개)
Joel
2023년 6월 13일
Hi,
Currently, the only way to programmatically close a project is by using the close command. Please refer to the documentation for more information.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Project Setup에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!