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
|