Hello, > Matlabers and former ones use very often clear all, close all at the > beginning of their scripts. > I do not know where this "hygienism" is coming from. > clear is much more brutal in Scilab than in Matlab. > I never used them in the head of my scripts for 16 years
Never been a Matlaber. Personally, I use clear() during the development of my scripts: I sometimes forget to initiallise some variables, and if it gets the value from a past execution, then it prevents me from seeing that the variable does not exist in a given case. After that, I don't to remove it in my final version... Probably I should. Maybe there's a beter way do spot such problems. -- Christophe Dang Ngoc Chan Mechanical calculation engineer ______________________________________________________________________ This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error), please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. ______________________________________________________________________ _______________________________________________ users mailing list [email protected] http://lists.scilab.org/mailman/listinfo/users
