[Scilab-users] ?= GUI hel

P M p.muehlmann at gmail.com
Tue Dec 3 13:14:29 CET 2019


> > So why do they use "clear" at the beginning of every script? This is
> like a Matlab signature.
>

I am no matlabber, but like to start my scripts with:

clc()
clear("all")
delete("all")
// in older days also: stacksize("max")

At least so long, as I am working on a script.
Pressing F5 for restating the script just ensures, that I always start from
new without the danger of keeping old variables/figure etc

Maybe this is some kind of lazyness...I would say: convenience :-)

cheers.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20191203/93f31c8e/attachment.htm>


More information about the users mailing list