clc & clear all?
이전 댓글 표시
In my command window clc & clear all are not working, previously I was working but now it seems no response?
댓글 수: 4
Ngonidzashe Nedziwe
2017년 6월 12일
are there any commands or configuration edits u performed on you matlab software?
Rik
2017년 6월 12일
If this is indeed the case, this would be a pretty serious bug. How do you issue the command exactly and what is the literal effect? Does the problem persist after a reboot of your computer?
By the way, you shouldn't use clear all. Use functions to keep workspaces separated, or at the very least use clear variables.
James Peckham
2021년 10월 5일
i am now having this problem it is infuriateing
Walter Roberson
2021년 10월 5일
builtin('clear', 'clear')
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Entering Commands에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!