removed >> removed > 5-5-2
5-5-2
- functions
- bytecode — given a function returns the "bytecode" of a function in a Scilab array and conversely.
- bytecodewalk — walk in function bytecode applying transformation.
- code2str — returns character string associated with Scilab integer codes
- comp — scilab function compilation
- delbpt — delete breakpoints
- dispbpt — display breakpoints
- fun2string — generates ASCII definition of a Scilab function
- listfunctions — properties of all functions in
the workspace
- macr2lst — function to list conversion
- readgateway — get primitives list of a module
- recompilefunction — recompiles a scilab function,
changing its type
- setbpt — set breakpoints
- str2code — returns Scilab integer codes associated with a character string
- graphics
- fcontour — level curves on a 3D surface defined by a function
- fcontour2d — Level curves of a surface defined by a function on a 2D plot
- m_circle — plots the complex plane iso-gain contours of y/(1+y)
- plot2d1 — 2D plot (logarithmic axes)
- xclear — clears a graphics window
- profiling
- add_profiling — Enables the profiling of a function
- plotprofile — Displays the profiling charts of a function
- profile — Returns the profiling results of a function
- remove_profiling — Disables the profiling of a function
- reset_profiling — Resets profiling counters of a function.
- showprofile — Outputs the function profiling results to the console
- Symbolic
- addf — symbolic addition
- cmb_lin — symbolic linear combination
- ldivf — left symbolic division
- mulf — symbolic multiplication
- rdivf — right symbolic division
- solve — symbolic linear system solver
- subf — symbolic subtraction
- trianfml — symbolic triangularization
- trisolve — symbolic linear system solver
- bloc2exp — Conversion of a block-diagram to its symbolic expression
- debug — Debugging level of Scilab internals
- derivative — approximate derivatives of a function
- errcatch — error trapping
- getvariablesonstack — get variable names on stack of scilab
- gschur — generalized Schur form
- gspec — eigenvalues of matrix pencil
- gstacksize — set/get scilab global stack size
- havewindow — return scilab window mode
- intersci — Scilab tool to interface C or Fortran functions with scilab
- isequalbitwise — bitwise comparison of variables
- iserror — error occurrence test
- jconvMatrixMethod — Set the way to convert matrices
- lex_sort — lexicographic matrix rows sorting
- maxfiles — sets the limit for the number of files a Scilab is allowed to have open simultaneously
- mtlb_mode — switch Matlab like operations
- mvvacov — computes variance-covariance matrix
- numdiff — numerical gradient estimation at one point
- parallel_concurrency — query about the concurrency of the current execution context
- parallel_run — parallel calls to a function
- perl — Call Perl script using appropriate operating system executable.
- rafiter — Iterative refinement for a s.p.d. linear system
- read4b — fortran file binary read
- readb — fortran file binary read
- stacksize — set scilab stack size
- user — interfacing a Fortran or C routine
- writb — fortran file binary write
- write4b — fortran file binary write
- xpause — suspend Scilab