Scilab 5.3.3
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
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
<< varargout | Functions | Development tools >> |