Name of library containing a function (original) (raw)

Scilab 5.3.3

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