<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><br>
</p>
<div class="moz-cite-prefix">Le 03/12/2019 à 13:14, P M a écrit :<br>
</div>
<blockquote type="cite"
cite="mid:CACf7ODsPx2u6hFY=X7RSR5w6sdOdSpcVVBTrXn0JCfU_DWckFg@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<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>
</div>
</blockquote>
<p>You forgot the</p>
<p>xdel(winsid())</p>
<p>to get rid of all the opened windows...</p>
<p>;-)<br>
</p>
<blockquote type="cite"
cite="mid:CACf7ODsPx2u6hFY=X7RSR5w6sdOdSpcVVBTrXn0JCfU_DWckFg@mail.gmail.com">
<div dir="ltr">
<div class="gmail_quote">
<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>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org">users@lists.scilab.org</a>
<a class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/users">http://lists.scilab.org/mailman/listinfo/users</a>
</pre>
</blockquote>
</body>
</html>