how can I clear the result display on the command window?
조회 수: 11 (최근 30일)
이전 댓글 표시
I use the estimate function to regress a time-series garch function,but don't want the result display on the command window,so what should I do?
댓글 수: 0
답변 (1개)
KSSV
2017년 2월 28일
Put ; (semi colon) at the end of every command to suppress the output in the command window.
To clear the command window type clc
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Conditional Variance Models에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!