Table of Contents
- add_profiling — Adds profiling instructions to a function.
- bytecode — given a function returns the "bytecode" of a function in a Scilab array and conversely.
- bytecodewalk — walk in function bytecode applying transformation.
- fun2string — generates ascii definition of a scilab function
- function — opens a function definition — closes a function definition
- functions — Scilab procedures and Scilab objects
- genlib — build library from functions in given directory
- get_function_path — get source file path of a library function
- getd — getting all functions defined in a directory
- head_comments — display scilab function header comments
- library — library datatype description
- listfunctions — properties of all functions in
the workspace
- macro — Scilab procedure and Scilab object
- macrovar — variables of function
- plotprofile — extracts and displays execution profiles
of a Scilab function
- profile — extract execution profiles of a Scilab function
- recompilefunction — recompiles a scilab function,
changing its type
- remove_profiling — Removes profiling instructions toout of a function.
- reset_profiling — Resets profiling counters of a function.
- showprofile — extracts and displays execution profiles of a Scilab function
- varargin — variable numbers of arguments in an input argument
list
- varargout — variable numbers of arguments in an output argument
list