<div dir="ltr"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
> So why do they use "clear" at the beginning of every script? This is like a Matlab signature.<br></blockquote><div><br></div><div>I am no matlabber, but like to start my scripts with:</div><div><br></div><div>clc()<br></div><div>clear("all")</div><div>delete("all")</div><div>// in older days also: stacksize("max")<br></div><div><br></div><div>At least so long, as I am working on a script.</div><div>Pressing F5 for restating the script just ensures, that I always start from new without the danger of keeping old variables/figure etc</div><div><br></div><div>Maybe this is some kind of lazyness...I would say: convenience :-)<br></div><div><br></div><div>cheers.<br></div><div><br></div><div><br></div><div><br></div></div></div>