Scilab 6.0.0
- Scilab Help
- ATOMS
- Getting started
- Functions Summary
- atomsAutoload
- atomsAutoloadAdd
- atomsAutoloadDel
- atomsAutoloadList
- atomsCategoryList
- atomsCheckModule
- atomsDepTreeShow
- atomsGetConfig
- atomsGetInstalled
- atomsGetInstalledPath
- atomsGetLoaded
- atomsGetLoadedPath
- atomsInstall
- atomsIsInstalled
- atomsIsLoaded
- atomsList
- atomsLoad
- atomsQuit
- atomsRemove
- atomsRepositoryAdd
- atomsRepositoryDel
- atomsRepositoryList
- atomsRestoreConfig
- atomsSaveConfig
- atomsSearch
- atomsSetConfig
- atomsShow
- atomsSystemInit
- atomsSystemUpdate
- atomsTest
- atomsUpdate
- atomsVersion
Scilab Help >> ATOMS > atomsQuit
atomsQuit
Unload (call .quit file of) external modules previously loaded by ATOMS
Syntax
result = atomsQuit();
Arguments
- result
scalar boolean %T or %F
Description
atomsQuit
unload (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 |
Comments
Add a comment:
Please login to comment this page.