Scilab 6.1.0
- Справка Scilab
- Xcos
- Scilab Utilities Functions
- %MODELICA_USER_LIBS
- block_parameter_error
- buildouttb
- getModelicaPath
- importXcosDiagram
- loadScicos
- loadXcosLibs
- scicosDiagramToScilab
- scicos_debug
- scicos_getvalue
- scicos_log
- standard_define
- standard_inputs
- standard_origin
- standard_outputs
- var2vec
- vec2var
- xcosAddToolsMenu
- xcosDiagramToScilab
- xcosPal
- xcosPalAdd
- xcosPalAddBlock
- xcosPalDelete
- xcosPalExport
- xcosPalGenerateAllIcons
- xcosPalMove
- xcosUpdateBlock
Справка Scilab >> Xcos > Scilab Utilities Functions > var2vec
var2vec
Transform a scilab variable into a vector of double
Syntax
vec = var2vec(var)
Arguments
var: input parameter. Can be any types of Scilab objects.
vec: output parameter. A vector of real numbers.
Description
var2vec / vec2var functions are used inside the interfacing functions of Scilab blocks to give the possibility to the user to handle Scilab objects with the real parameter (rpar) and with the discrete state register (z).
vec = var2vec(var)
Example
See also
- vec2var — Transform a vector of double into a scilab variable
Comments
Add a comment:
Please login to comment this page.