英語 での Scilab の使用例とその 日本語 への翻訳
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
Scilab official site.
RTC programming by using scilab language.
Scilab is not very different from Matlab.
The basic declarations of the Scilab language.
A scilab function with calling sequence y=fun(x).
Have you heard of Octave, Scilab, etc.?
Tlist- Scilab object and typed list definition.
X format is deprecated and will be removed with Scilab 6.
Scilab, unfortunately, is not remotely compatible with MATLAB.
This help describes the features of the call_scilab API.
Scilab is a numerical computation system similiarto Matlab or Simulink.
Save(fd, x, y)is obsolete and will be removed in Scilab 6.
Sparse writing(Scilab gateway)- How to write sparse matrix in a gateway.
Pinv function is based on the singular value decomposition(Scilab function svd).
Warning: in Scilab versions up to 4.1.2 a1 and a2 were given in degree/64.
SCIHOME- contains the path to preferences, history files of your Scilab session.
Scilab offers the possibility to be called from a native(C/C++) application.
This field can be use to store any scilab variable in the text data structure, and to retreive it.
Call_scilab is an interface which provides the ability to call Scilab engine from C/C++ code.
Low level functions AssignOutputVariable- a C gateway function which specifies which parameters created inside the C gatewaywill be returned as an output argument into Scilab.
Polynomial writing(Scilab gateway)- How to write matrices of polynomials in a gateway.
Scilab includes hundreds of mathematical functions with the possibility to add interactively programs from various languages(C, Fortran…).
Thanks to this module, it is possible to call Scilab from C/C++ in order to interface Scilab's features from an other code/application or to be able to interface Scilab's features from an other language.
Scilab provides also other kinds of list, the tlist type(typed list) and the mlist type which are useful to define a new data type with operator overloading facilities(hypermatrices which are multidimensional arrays in Scilab are in fact mlist).
Variable Type(Scilab gateway)- How to get the type of an argument or a variable within a gateway.
The Scilab language is appropriate for the numerical computation, and a lot of developers all over the world are offering the library for free.
Java from Scilab Getting started- Beginning- How to use the Java Scilab binding?
Since Scilab 5.0, all uimenu or uicontrol handles are also saved by this function.
Functions are Scilab procedures("macro","function" and"procedure" have the save meaning).