removed
- removed
- Presentation — Purpose and organization of the "removed" module
- 4-1-2
- loadplots — loads and formats saved old style
plots
- xaxis — draw an axis
- xclea — erase a rectangle
- xtape — set up the record process of graphics
- 5-0
- buttondialog — Create a simple button dialog
- demoplay — interactive demo player.
- mtlb_load — Matlab load emulation function
- mtlb_save — save variables on file with matlab4 format.
- quapro — linear quadratic programming solver
- xbasimp — send graphics to a Postscript printer or
in a file
- 5-1
- excel2sci — reads ascii Excel files
- lgfft — utility for fft
- oldload — load saved variable in 2.4.1 and previous formats
- oldsave — saving variables in 2.4.1 and previous format
- tk_getfile — dialog to get one or more file paths
- xgetfile — dialog to get a file path
- 5-2
- getcwd — get Scilab current directory
- getf — defining a function from a file
- maxi — maximum
- mini — minimum
- oldbessely — Bessel functions of the second kind (Y sub
alpha).
- pol2tex — convert polynomial to TeX format
- readc_ — read a character string
- sethomedirectory — Set Scilab home directory
- sort — stable sorting by "quick sort" algorithm
- texprint — TeX output of Scilab object
- tk_getdir — dialog to get a directory path
- tk_savefile — dialog to get a file path for writing
- with_gtk — Checks if Scilab has been built
with the "GIMP Toolkit" library
- x_message_modeless — X window modeless message
- xbasc — clears a graphics window.
- 5-3
- MSDOS — Determines if it is the Windows version of scilab
- oldplot — simple plot (old
version)
- sd2sci — gr_menu structure to scilab instruction convertor
- 5-4-0
- chartooem — translates a string into the OEM-defined
character set.(Windows only)
- config — Scilab general configuration.
- mtlb_conv — Matlab conv emulation function
- mtlb_repmat — Matlab repmat emulation function
- nmplot_display — Provides several direct search optimization algorithms based
on the simplex method.
- oemtochar — translates a string from the OEM-defined
character set into either an ANSI string. (Windows Only)
- optimsimplex_tostring — Manage a simplex with arbitrary number of points.
- with_pvm — Checks if Scilab has been built with the "Parallel Virtual Machine" interface
- with_texmacs — Checks if Scilab has been called by texmacs
- xbasr — redraw a graphics window
- xselect — raise the current graphics window
- 5-4-1
- graphics
- clear_pixmap — erase the pixmap buffer
- datatipInitStruct — initialize the datatip structure associated with the given polyline.
- datatipRedraw — Adjust datatip text boxes positions after a 3D rotation
- draw — draw an entity.
- getfont — dialog to select font
- getlinestyle — dialog to select linestyle
- getmark — dialog to select mark (symbol)
- getsymbol — dialog to select a symbol and its size
- show_pixmap — sends the pixmap buffer to the screen
- winclose — close windows created by sciGUI
- create_palette — Palette generator
- demo_mdialog — create a dialog box
- demo_message — display a message
- dft — discrete Fourier transform
- fit_dat — Parameter identification based on measured data
- fprintf — Эмулятор функции fprintf, написанной на языке C. Это
устаревшая функция.
- fscanf — преобразует форматированный ввод, прочитанный в файле
- sscanf — Преобразует форматированный ввод, указанный в виде строки
- with_embedded_jre — checks if scilab uses a embedded JRE
- 5-5-1
- %asn — elliptic integral
- chart — Nichols chart
- jmat — row or column block permutation
- mfft — multi-dimensional fft
- milk_drop — Milk drop 3D function
- msd — mean squared deviation
- nfreq — frequence of the values in a vector or matrix
- pcg — precondioned conjugate gradient
- regress — regression coefficients of two variables
- relocate_handle — Move handles inside the graphic
hierarchy.
- st_deviation — standard deviation (row or column-wise) of vector/matrix entries
- xmltochm — converts xml Scilab help files to Microsoft Compressed HTML format (Windows)
- xsetm — dialog to set values of the graphics context
- 5-5-2
- functions
- bytecode — возвращает "байт-код" указанной функции в виде Scilab-массива и наоборот.
- bytecodewalk — walk in function bytecode applying transformation.
- code2str — возвращает символьную строку, связанную с целочисленными Scilab-кодами.
- comp — компиляция scilab-функции
- delbpt — удаление точек останова
- dispbpt — выводит на экран точки останова
- fun2string — формирует ASCII-определение Scilab-функции
- listfunctions — свойства всех функций в рабочем пространстве
- macr2lst — преобразование функции в список
- readgateway — получение списка примитивов модуля
- recompilefunction — recompiles a scilab function,
changing its type
- setbpt — установка точек останова
- str2code — возвращает целочисленные Scilab-коды, связанные с символьной строкой
- 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 — очищает графическое окно
- Символьное вычисление
- addf — символьное суммирование
- cmb_lin — символьное линейное сочетание
- ldivf — левое символьное деление
- mulf — символьное умножение
- rdivf — правое символьное деление
- solve — решатель линейной системы в символьном виде
- subf — символьное вычитание
- trianfml — триангуляция в символьном виде
- trisolve — решатель линейной системы в символьном виде
- 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
- bloc2exp — преобразование блок-схемы в символьное выражение
- debug — уровень отладки
- derivative — approximate derivatives of a function
- errcatch — перехват ошибок
- getvariablesonstack — получение имён переменных в стеке Scilab'а
- gschur — generalized Schur form
- gspec — eigenvalues of matrix pencil
- gstacksize — установить/получить размер стека глобальных переменных Scilab'а
- havewindow — возвращает оконный режим Scilab'а
- intersci — Scilab tool to interface C or Fortran functions with scilab
- isequalbitwise — побитовое сравнение переменных
- iserror — проверка возникновения ошибки
- jconvMatrixMethod — Set the way to convert matrices
- lex_sort — лексикографическая сортировка строк матрицы
- maxfiles — устанавливает предел количества одновременно открытых файлов
- mtlb_mode — переключение на операции в стиле Matlab'а
- mvvacov — computes variance-covariance matrix
- numdiff — числовая оценка градиента
- parallel_concurrency — query about the concurrency of the current execution context
- parallel_run — parallel calls to a function
- perl — Вызов скрипта Perl, используя соответствующую команду операционной системы
- rafiter — Iterative refinement for a s.p.d. linear system
- read4b — fortran file binary read
- readb — fortran file binary read
- stacksize — установка размера стека Scilab'а
- user — установка связи с подпрограммами Fortran или C
- writb — fortran file binary write
- write4b — fortran file binary write
- xpause — приостанавливает Scilab
- 6-0
- graphics
- datatipGetStruct — Retrieve the datatips data structure from the polyline entity
- datatipSetStruct — Stores the datatips data structure in the polyline entity
- fac3d — 3D plot of a surface
- square — set scales for isometric plot (change the size of the window)
- xgetech — get the current graphics scale
- xinfo — Sets the text displayed in the current window status bar
- denom — denominator
- eval — вычисление матрицы строк
- eval3d — values of a function on a grid
- frexp — делит числа с плавающей запятой на показатель по основанию 2 и мантиссу
- getPreferencesValue — Parses and gets values of chosen tags attributes in a XML file of preferences
- hypermat — инициализирует N-мерную матрицу
- lstsize — количество элементов list, tlist, mlist
- nanmax — max (ignoring Nan's)
- nanmin — min (ignoring Nan's)
- numer — numerator
- strcmpi — сравнение символьных строк (без учёта регистра)
- with_tk — проверка: собран ли Scilab с TCL/TK
- 6-1-0
- dnaupd — Interface for the Implicitly Restarted Arnoldi Iteration, to
compute approximations to a few eigenpairs of a real linear operator
- dneupd — Interface for the Implicitly Restarted Arnoldi Iteration, to
compute the converged approximations to eigenvalues of A * z = lambda * B * z
approximations to a few eigenpairs of a real linear operator
- dsaupd — Interface for the Implicitly Restarted Arnoldi Iteration, to compute
approximations to a few eigenpairs of a real and symmetric linear operator
- dseupd — Interface for the Implicitly Restarted Arnoldi Iteration, to
compute approximations to the converged approximations to eigenvalues of
A * z = lambda * B * z
- znaupd — Interface for the Implicitly Restarted Arnoldi Iteration, to
compute a few eigenpairs of a complex linear operator OP with respect to a
semi-inner product defined by a hermitian positive semi-definite real
matrix B
- zneupd — Interface for the Implicitly Restarted Arnoldi Iteration, to
compute the converged approximations to eigenvalues of
A * z = lambda * B * z
- 6-1-1
- graphics
- champ1 — двумерный график векторного поля с цветными стрелками
- datatipToggle — toggles the data tips mode
- fplot2d — 2D plot of a curve defined by a function
- get_figure_handle — get a figure handle from its id
- hist3d — трёхмерное представление гистограммы
- xdel — удаление графического окна
- xname — change the name of the current graphics window
- %sn — Jacobi's elliptic function
- closeEditvar — Close the variable editor
- dgettext — получение текста, переведённого на язык текущей локали и определённого региона
использования
- dirname — получает имя директории из имён файлов
- noisegen — noise generation
- ric_desc — Riccati equation
- saveafterncommands — Save the history file after n statements are added to the file
- setPreferencesValue — Set preferences value
- soundsec — generates a vector of samples for
t
seconds at given sampling frequency
- sysdiag — соединение блочно-диагональной системы
- 2023
- plotframe — plot a frame with scaling and grids
- xget — gets current values of the graphics context
- xset — set values of the graphics context