atomsQuit
Unload (call .quit file of) external modules previously loaded by ATOMS
Syntax
result = atomsQuit()
Arguments
- result
 scalar boolean %T or %F
Description
atomsQuitunload (call .quit file of) external modules previously loaded by ATOMS.
This function is called by SCI/etc/scilab.quit
See also
- atomsIsLoaded — determines whether a module is loaded or not
 - atomsGetLoaded — Get the list of loaded external modules
 - atomsInstall — Get the list of loaded external modules
 
History
| Version | Description | 
| 5.4.0 | This function added in Scilab 5.4.0 | 
| Report an issue | ||
| << atomsLoad | ATOMS | atomsRemove >> |