how can I clear the result display on the command window?
2 次查看(过去 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!