[Scilab-users] ?= GUI hel

Antoine Monmayrant antoine.monmayrant at laas.fr
Tue Dec 3 13:43:47 CET 2019


Le 03/12/2019 à 13:14, P M a écrit :
>
>     > 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

You forgot the

xdel(winsid())

to get rid of all the opened windows...

;-)

>
> Maybe this is some kind of lazyness...I would say: convenience :-)
>
> cheers.
>
>
>
>
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20191203/d5298fe0/attachment.htm>


More information about the users mailing list