Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: English - Français - Português - 日本語
Справка 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
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:48:33 CEST 2016