how can I clear the result display on the command window?
Show older comments
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?
Answers (1)
KSSV
on 28 Feb 2017
0 votes
Put ; (semi colon) at the end of every command to suppress the output in the command window.
To clear the command window type clc
Categories
Find more on Industrial Statistics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!