Name of library containing a function (original) (raw)
Scilab 5.3.3
- Scilab help
- Functions
- profiling
- bytecode
- bytecodewalk
- deff
- exec
- execstr
- fun2string
- function
- functions
- genlib
- get_function_path
- getd
- head_comments
- lib
- librarieslist
- library
- libraryinfo
- listfunctions
- macro
- macrovar
- recompilefunction
- varargin
- varargout
- whereis
Please note that the recommended version of Scilab is 2026.0.1. This page might be outdated.
See the recommended documentation of this function
Scilab help >> Functions > whereis
whereis
name of library containing a function
Calling Sequence
[librname]=whereis(function-name)
Description
returns as a character string the name of the library containing the function function-name. The path of the library is returned by typing "librname".
See Also
- lib — library definition