File: whatis

package info (click to toggle)
scilab 2.6-4
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 54,632 kB
  • ctags: 40,267
  • sloc: ansic: 267,851; fortran: 166,549; sh: 10,005; makefile: 4,119; tcl: 1,070; cpp: 233; csh: 143; asm: 135; perl: 130; java: 39
file content (27 lines) | stat: -rw-r--r-- 1,531 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
addinter - new functions interface incremental linking at run time  @addinter
argn - number of arguments in a function call  @argn
clearfun - remove primitive.  @clearfun
comp -  scilab function compilation  @comp
deff - on-line definition of function  @deff
delbpt - delete breakpoint  @delbpt
dispbpt - display breakpoints  @dispbpt
edit -  function editing  @edit
endfunction - closes a function definition  @function
funcprot - switch scilab functions protection mode  @funcprot
function - opens a function definition  @function
functions - Scilab procedures and Scilab objects  @functions
genlib - build library from all functions in given directory  @genlib
get_function_path  - get source file path of a library function  @get_function_path
getd - getting all functions defined in a directory  @getd
getf - defining a function from a file  @getf
lib - library definition  @lib
macr2lst - function to list conversion  @macr2lst
macro - Scilab procedure and Scilab object  @macro
macrovar - variables of function  @macrovar
newfun - add a name in the table of functions  @newfun
plotprofile - extracts and displays execution profiles of a Scilab function  @plotprofile
profile - extract execution profiles of a Scilab function  @profile
setbpt - setting breakpoints  @setbpt
showprofile - extracts and displays execution profiles of a Scilab function  @showprofile
varargin -  variable numbers of arguments in an input argument list  @varargin
varargout -  variable numbers of arguments in an output argument list  @varargout