Scilab 6.0.0
Справка Scilab >> Функции > Libraries > whereis
whereis
name of library containing a function
Syntax
[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"
.
Exemples
whereis("ls") // Should return fileiolib whereis("plot") // Should return graphicslib
See Also
- lib — library definition
Comments
Add a comment:
Please login to comment this page.