

Using Clear Command in Examples with Dependency Code(s) - TBC Review
I have been told by my TBC Reviewer to add 'clear' command in each code I have uploaded. I think the dependency codes are to be executed first before executing the main code. But adding 'clear' command for examples with dependency code makes the functions defined in the dependency code unusable to the main code. The main code says the function name(defined in dependency code) as 'undefined variable'. Plz help..!
All is OK without adding the clear command.
Scilab


Wherever dependency file is not used, add 'clear' in main program ; if used then add 'clear' at the beginning of dependent code.
07-06-19, 11:43 a.m. Rashmi
08-06-19, 11:39 p.m. Parmanand_Mishra
Login to add comment